mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
Add Cargo.lock to .gitignore.
This commit is contained in:
parent
376f4dfcbf
commit
b8e0ce4d16
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
||||||
/out/
|
/out/
|
||||||
*.pyc
|
*.pyc
|
||||||
gclient_config.py_entries
|
gclient_config.py_entries
|
||||||
|
Cargo.lock
|
||||||
# npm deps
|
# npm deps
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue