Skip to content

Commit ef10508

Browse files
committed
Modified .gitignore
1 parent d97b669 commit ef10508

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.gitignore

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,43 @@ logs
44
npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
7-
87
# Runtime data
98
pids
109
*.pid
1110
*.seed
1211
*.pid.lock
13-
1412
# Directory for instrumented libs generated by jscoverage/JSCover
1513
lib-cov
16-
1714
# Coverage directory used by tools like istanbul
1815
coverage
19-
2016
# nyc test coverage
2117
.nyc_output
22-
2318
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2419
.grunt
25-
2620
# Bower dependency directory (https://bower.io/)
2721
bower_components
28-
2922
# node-waf configuration
3023
.lock-wscript
31-
3224
# Compiled binary addons (https://nodejs.org/api/addons.html)
3325
build/Release
34-
3526
# Dependency directories
3627
node_modules/
3728
jspm_packages/
38-
3929
# TypeScript v1 declaration files
4030
typings/
41-
4231
# Optional npm cache directory
4332
.npm
44-
4533
# Optional eslint cache
4634
.eslintcache
47-
4835
# Optional REPL history
4936
.node_repl_history
50-
5137
# Output of 'npm pack'
5238
*.tgz
53-
5439
# Yarn Integrity file
5540
.yarn-integrity
56-
5741
# dotenv environment variables file
5842
.env
59-
6043
# next.js build output
6144
.next
45+
**/.vscode/*
46+
package-lock.json

0 commit comments

Comments
 (0)