File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed
Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 55# For more details, visit the project page:
66# https://github.com/github/gitignore
77
8+ # Build directories
9+ package
10+
811# Test directories
912test /dest
1013
11- # Yarn lockfile (only package-lock.json supported)
14+ # Tern
15+ .tern-project
16+ .tern-port
17+
18+ # npm config
19+ .npmrc
20+
21+ # Yarn lockfile (only npm supported)
1222yarn.lock
1323
1424# Logs
@@ -33,7 +43,7 @@ coverage
3343# nyc test coverage
3444.nyc_output
3545
36- # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
46+ # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
3747.grunt
3848
3949# Bower dependency directory (https://bower.io/)
@@ -49,7 +59,7 @@ build/Release
4959node_modules /
5060jspm_packages /
5161
52- # Typescript v1 declaration files
62+ # TypeScript v1 declaration files
5363typings /
5464
5565# Optional npm cache directory
@@ -70,5 +80,17 @@ typings/
7080# dotenv environment variables file
7181.env
7282
83+ # parcel-bundler cache (https://parceljs.org/)
84+ .cache
85+
7386# next.js build output
7487.next
88+
89+ # nuxt.js build output
90+ .nuxt
91+
92+ # vuepress build output
93+ .vuepress /dist
94+
95+ # Serverless directories
96+ .serverless
You can’t perform that action at this time.
0 commit comments