maintain (git): gitignore

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

4
.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