Skip to content

Commit fd5739c

Browse files
committed
Update .gitignore
1 parent 610e440 commit fd5739c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# macos crap
1+
*.log
2+
3+
# macOS crap
24
.DS_Store
35

46
# node
57
node_modules
8+
69
# npm unused lock file (we use yarn.lock)
710
package-lock.json
811

9-
# ocaml/reason build artifacts
12+
# Ocaml / Reason / BuckleScript artifacts
13+
*.bs.js
1014
.bsb.lock
1115
**/lib/bs
1216
**/lib/ocaml
1317
**/.merlin
14-
**/*.bs.js

0 commit comments

Comments
 (0)