Skip to content

Commit 43cc56e

Browse files
committed
build: clean up gitignore
1 parent 1c7bbcc commit 43cc56e

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.gitignore

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,14 @@
1-
# OS X
2-
.DS_Store*
3-
Icon?
4-
._*
5-
6-
# Windows
7-
Thumbs.db
8-
ehthumbs.db
9-
Desktop.ini
10-
11-
# Linux
12-
.directory
13-
*~
14-
15-
161
# npm
172
node_modules
183
package-lock.json
194
*.log
205
*.gz
216

22-
237
# Coveralls
248
coverage
259

2610
# Benchmarking
2711
benchmarks/graphs
12+
13+
# ignore additional files using core.excludesFile
14+
# https://git-scm.com/docs/gitignore

0 commit comments

Comments
 (0)