.gitginore: Add some comments and new rules
This commit is contained in:
parent
f2ea45873c
commit
d684548141
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
|
||||||
|
# populated by npm
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# compiled TypeScript code from src/
|
||||||
/lib/
|
/lib/
|
||||||
|
|
||||||
|
# local development helpers
|
||||||
Makefile
|
Makefile
|
||||||
|
/*.bolt
|
||||||
|
/*.c
|
||||||
|
|
Loading…
Reference in a new issue