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 5
5
# For more details, visit the project page:
6
6
# https://github.com/github/gitignore
7
7
8
+ # Build directories
9
+ package
10
+
8
11
# Test directories
9
12
test /dest
10
13
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)
12
22
yarn.lock
13
23
14
24
# Logs
@@ -33,7 +43,7 @@ coverage
33
43
# nyc test coverage
34
44
.nyc_output
35
45
36
- # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
46
+ # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
37
47
.grunt
38
48
39
49
# Bower dependency directory (https://bower.io/)
@@ -49,7 +59,7 @@ build/Release
49
59
node_modules /
50
60
jspm_packages /
51
61
52
- # Typescript v1 declaration files
62
+ # TypeScript v1 declaration files
53
63
typings /
54
64
55
65
# Optional npm cache directory
@@ -70,5 +80,17 @@ typings/
70
80
# dotenv environment variables file
71
81
.env
72
82
83
+ # parcel-bundler cache (https://parceljs.org/)
84
+ .cache
85
+
73
86
# next.js build output
74
87
.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