Refactor(core) remove cargo lock (#249)

* update .gitignore

* remove cargo.lock
This commit is contained in:
Tensor-Programming 2019-12-29 18:41:34 -05:00 committed by Lucas Fernandes Nogueira
parent 1daa01e76c
commit 1b3037a519
2 changed files with 5 additions and 2139 deletions

6
.gitignore vendored
View File

@ -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

File diff suppressed because it is too large Load Diff