maintain (git): gitignore

This commit is contained in:
Mickael Kerjean 2020-06-23 11:59:06 +10:00
parent 40c791b717
commit 2138bf0cad

6
.gitignore vendored
View file

@ -1,4 +1,8 @@
node_modules/ node_modules/
*_generated.go
*.a
*.o
*.bin
test/ test/
dist/ dist/
.DS_Store .DS_Store
@ -10,4 +14,4 @@ package-lock.json
*.swp *.swp
*.swo *.swo
.tern-port .tern-port
.tern-project.js .tern-project.js