Add initial .gitignore

Ignore the node_modules directory by default
This commit is contained in:
Alan Orth 2016-08-28 16:22:58 +03:00
parent 2bb1d6ecc0
commit 14fb3277e2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules