Explorar o código

update .gitignore

tensor-programming %!s(int64=5) %!d(string=hai) anos
pai
achega
50295300ad
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

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