chore(infra): move bucklescript-related stuff to global .gitignore

This commit is contained in:
Evgeny Kochetkov
2018-09-14 13:15:51 +03:00
parent 89c6f382cb
commit 0cc761a93e
5 changed files with 6 additions and 14 deletions

9
.gitignore vendored
View File

@@ -1,11 +1,8 @@
.idea/
.tmp/
.merlin
.bsb.lock
node_modules/
packages/*/dist/
packages/*/lib/
*.orig
*.log
@@ -13,3 +10,9 @@ packages/*/lib/
coverage/
.nyc_output/
# bucklescript stuff
packages/*/lib/
*.bs.js
.merlin
.bsb.lock

View File

@@ -1,8 +1,2 @@
.DS_Store
.merlin
.bsb.lock
npm-debug.log
/lib/bs/
/node_modules/
node_modules
*.bs.js

View File

@@ -1,5 +1,3 @@
test-cpp/run-tests
test-cpp/run-tests.dSYM
.pio-build
*.bs.js

View File

@@ -1,2 +1 @@
doc/
*.bs.js

View File

@@ -1,3 +1 @@
doc/
*.bs.js