Add missing .gitignore
This commit is contained in:
parent
3fc184a0ce
commit
2f7993ea17
1 changed files with 11 additions and 0 deletions
11
compiler/.gitignore
vendored
Normal file
11
compiler/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
# populated by npm
|
||||
node_modules/
|
||||
|
||||
# compiled TypeScript code from src/
|
||||
/lib/
|
||||
|
||||
# local development helpers
|
||||
Makefile
|
||||
/*.bolt
|
||||
/*.c
|
Loading…
Reference in a new issue