File tree 1 file changed +48
-8
lines changed
1 file changed +48
-8
lines changed Original file line number Diff line number Diff line change 1
- # ## https://raw.github.com/github/gitignore/4a8e0a151becd5ccbb83e4aca6e6c195f3d506fd/Node.gitignore
1
+ /dist
2
+
3
+ # ## https://raw.github.com/github/gitignore/218a941be92679ce67d0484547e3e142b2f5f6f0/Node.gitignore
2
4
3
5
# Logs
4
6
logs
5
7
* .log
6
8
npm-debug.log *
7
9
yarn-debug.log *
8
10
yarn-error.log *
11
+ lerna-debug.log *
12
+
13
+ # Diagnostic reports (https://nodejs.org/api/report.html)
14
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
9
15
10
16
# Runtime data
11
17
pids
@@ -18,6 +24,7 @@ lib-cov
18
24
19
25
# Coverage directory used by tools like istanbul
20
26
coverage
27
+ * .lcov
21
28
22
29
# nyc test coverage
23
30
.nyc_output
@@ -38,15 +45,24 @@ build/Release
38
45
node_modules /
39
46
jspm_packages /
40
47
41
- # TypeScript v1 declaration files
42
- typings /
48
+ # Snowpack dependency directory (https://snowpack.dev/)
49
+ web_modules /
50
+
51
+ # TypeScript cache
52
+ * .tsbuildinfo
43
53
44
54
# Optional npm cache directory
45
55
.npm
46
56
47
57
# Optional eslint cache
48
58
.eslintcache
49
59
60
+ # Microbundle cache
61
+ .rpt2_cache /
62
+ .rts2_cache_cjs /
63
+ .rts2_cache_es /
64
+ .rts2_cache_umd /
65
+
50
66
# Optional REPL history
51
67
.node_repl_history
52
68
@@ -58,25 +74,49 @@ typings/
58
74
59
75
# dotenv environment variables file
60
76
.env
77
+ .env.test
61
78
62
79
# parcel-bundler cache (https://parceljs.org/)
63
80
.cache
81
+ .parcel-cache
64
82
65
- # next .js build output
83
+ # Next .js build output
66
84
.next
85
+ out
67
86
68
- # nuxt .js build output
87
+ # Nuxt .js build / generate output
69
88
.nuxt
89
+ dist
90
+
91
+ # Gatsby files
92
+ .cache /
93
+ # Comment in the public line in if your project uses Gatsby and not Next.js
94
+ # https://nextjs.org/blog/next-9-1#public-directory-support
95
+ # public
70
96
71
97
# vuepress build output
72
98
.vuepress /dist
73
99
74
100
# Serverless directories
75
- .serverless
101
+ .serverless /
76
102
77
103
# FuseBox cache
78
104
.fusebox /
79
105
106
+ # DynamoDB Local files
107
+ .dynamodb /
108
+
109
+ # TernJS port file
110
+ .tern-port
111
+
112
+ # Stores VSCode versions used for testing VSCode extensions
113
+ .vscode-test
114
+
115
+ # yarn v2
116
+ .yarn /cache
117
+ .yarn /unplugged
118
+ .yarn /build-state.yml
119
+ .yarn /install-state.gz
120
+ .pnp. *
121
+
80
122
81
- # ## project
82
- /dist
You can’t perform that action at this time.
0 commit comments