Skip to content

Commit 7a76fbe

Browse files
committed
Update .gitignore
1 parent c7ffeff commit 7a76fbe

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

.gitignore

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@
55
# For more details, visit the project page:
66
# https://github.com/github/gitignore
77

8+
# Build directories
9+
package
10+
811
# Test directories
912
test/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)
1222
yarn.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
4959
node_modules/
5060
jspm_packages/
5161

52-
# Typescript v1 declaration files
62+
# TypeScript v1 declaration files
5363
typings/
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

0 commit comments

Comments
 (0)