1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/.gitignore

13 lines
129 B
Text
Raw Normal View History

2018-07-03 04:15:32 -04:00
# build
/out/
*.pyc
2018-07-13 03:24:07 -04:00
gclient_config.py_entries
2018-08-07 06:21:44 -04:00
Cargo.lock
2018-08-07 11:02:01 -04:00
yarn.lock
2018-07-03 04:15:32 -04:00
# npm deps
node_modules
.idea
2018-07-03 04:15:32 -04:00
# RLS generated files
2018-07-13 03:24:07 -04:00
/target/