1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Add Cargo.lock to .gitignore.

This commit is contained in:
Ryan Dahl 2018-08-07 06:21:44 -04:00
parent 376f4dfcbf
commit b8e0ce4d16

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
/out/
*.pyc
gclient_config.py_entries
Cargo.lock
# npm deps
node_modules