[add] scripts/ [add] src-tauri/ [add] tauriBridge.js [change] .gitignore [change] README.md [change] index.html [change] package.json [change] renderer.js [change] settings.html [unlink] editor-reword.js [unlink] main.js [unlink] preload.js [unlink] rebase-sequence-windows.js
21 lines
224 B
Plaintext
21 lines
224 B
Plaintext
node_modules
|
|
package-lock.json
|
|
dist-tauri
|
|
src-tauri/target
|
|
src-tauri/gen
|
|
dist.DS_Store
|
|
.git
|
|
.gitignore
|
|
.DS_Store
|
|
*.iml
|
|
yarn.lock
|
|
*.lock
|
|
!src-tauri/Cargo.lock
|
|
Makefile
|
|
*.exe
|
|
tsconfig.tsbuildinfo
|
|
*.dll
|
|
*.pdb
|
|
*.py[cod]
|
|
*.dylib
|