mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
update .gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user