mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
Refactor(core) remove cargo lock (#249)
* update .gitignore * remove cargo.lock
This commit is contained in:
parent
1daa01e76c
commit
1b3037a519
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
|
||||
|
2138
Cargo.lock
generated
2138
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user