Skip to content

Commit 829aae2

Browse files
committed
chore: Cleanup .gitignore
1 parent c1c2648 commit 829aae2

File tree

1 file changed

+6
-44
lines changed

1 file changed

+6
-44
lines changed

.gitignore

Lines changed: 6 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,6 @@
1-
# Logs
2-
*.log
3-
npm-debug.log*
4-
5-
# Runtime data
6-
pids
7-
*.pid
8-
*.seed
9-
10-
# Directory for instrumented libs generated by jscoverage/JSCover
11-
lib-cov
12-
13-
# Coverage directory used by tools like istanbul
14-
coverage
15-
16-
# nyc test coverage
17-
.nyc_output
18-
19-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20-
.grunt
21-
22-
# node-waf configuration
23-
.lock-wscript
24-
25-
# Compiled binary addons (http://nodejs.org/api/addons.html)
26-
build/Release
27-
28-
# Dependency directories
29-
node_modules
30-
jspm_packages
31-
32-
# Optional npm cache directory
33-
.npm
34-
35-
# Optional REPL history
36-
.node_repl_history
37-
38-
# Jest
39-
jest*
40-
41-
# ESLint
42-
.eslintcache
43-
44-
package-lock.json
1+
/.eslintcache
2+
/.nyc_output
3+
/coverage
4+
/node_modules
5+
npm-debug.log
6+
/package-lock.json

0 commit comments

Comments
 (0)