|
@@ -55,12 +55,13 @@ typings/
|
|
.DS_Store
|
|
.DS_Store
|
|
.Thumbs.db
|
|
.Thumbs.db
|
|
*.sublime*
|
|
*.sublime*
|
|
-.idea/
|
|
|
|
|
|
+.idea
|
|
debug.log
|
|
debug.log
|
|
package-lock.json
|
|
package-lock.json
|
|
.vscode/settings.json
|
|
.vscode/settings.json
|
|
*/.vscode/
|
|
*/.vscode/
|
|
proptest-regressions/
|
|
proptest-regressions/
|
|
|
|
+TODO.md
|
|
|
|
|
|
# Tauri output
|
|
# Tauri output
|
|
/bundle.json
|
|
/bundle.json
|
|
@@ -70,6 +71,9 @@ proptest-regressions/
|
|
# rust compiled folders
|
|
# rust compiled folders
|
|
target
|
|
target
|
|
|
|
|
|
|
|
+# Cargo lock for libs
|
|
|
|
+Cargo.lock
|
|
|
|
+
|
|
/cli/tauri.js/test/jest/tmp
|
|
/cli/tauri.js/test/jest/tmp
|
|
|
|
|
|
# doing this because of how our tests currently (naively) drop the tauri.conf.js in that folder
|
|
# doing this because of how our tests currently (naively) drop the tauri.conf.js in that folder
|