File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 37
37
npm-debug.log *
38
38
yarn-debug.log *
39
39
yarn-error.log *
40
+ lerna-debug.log *
41
+
42
+ # Diagnostic reports (https://nodejs.org/api/report.html)
43
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
40
44
41
45
# Runtime data
42
46
pids
@@ -49,6 +53,7 @@ lib-cov
49
53
50
54
# Coverage directory used by tools like istanbul
51
55
coverage
56
+ * .lcov
52
57
53
58
# nyc test coverage
54
59
.nyc_output
@@ -72,6 +77,9 @@ jspm_packages/
72
77
# TypeScript v1 declaration files
73
78
typings /
74
79
80
+ # TypeScript cache
81
+ * .tsbuildinfo
82
+
75
83
# Optional npm cache directory
76
84
.npm
77
85
@@ -89,6 +97,7 @@ typings/
89
97
90
98
# dotenv environment variables file
91
99
.env
100
+ .env.test
92
101
93
102
# parcel-bundler cache (https://parceljs.org/)
94
103
.cache
@@ -99,6 +108,9 @@ typings/
99
108
# nuxt.js build output
100
109
.nuxt
101
110
111
+ # react / gatsby
112
+ public /
113
+
102
114
# vuepress build output
103
115
.vuepress /dist
104
116
@@ -108,16 +120,20 @@ typings/
108
120
# FuseBox cache
109
121
.fusebox /
110
122
111
- # DynamoDB Local files
123
+ # DynamoDB Local files
112
124
.dynamodb /
113
125
114
126
# ## VisualStudioCode ###
115
127
.vscode /*
128
+ ! .vscode /settings.json
129
+ ! .vscode /tasks.json
130
+ ! .vscode /launch.json
131
+ ! .vscode /extensions.json
116
132
117
133
# ## VisualStudioCode Patch ###
118
134
# Ignore all local history of files
119
135
.history
120
136
121
- # End of https://www.gitignore.io/api/node,macos,visualstudiocode
137
+ dist
122
138
123
- dist /
139
+ # End of https://www.gitignore.io/api/node,macos,visualstudiocode
You can’t perform that action at this time.
0 commit comments