Skip to content

Commit 1b98526

Browse files
committed
chore(git): update gitignore
1 parent 2301ac8 commit 1b98526

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.gitignore

+19-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ logs
3737
npm-debug.log*
3838
yarn-debug.log*
3939
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
4044

4145
# Runtime data
4246
pids
@@ -49,6 +53,7 @@ lib-cov
4953

5054
# Coverage directory used by tools like istanbul
5155
coverage
56+
*.lcov
5257

5358
# nyc test coverage
5459
.nyc_output
@@ -72,6 +77,9 @@ jspm_packages/
7277
# TypeScript v1 declaration files
7378
typings/
7479

80+
# TypeScript cache
81+
*.tsbuildinfo
82+
7583
# Optional npm cache directory
7684
.npm
7785

@@ -89,6 +97,7 @@ typings/
8997

9098
# dotenv environment variables file
9199
.env
100+
.env.test
92101

93102
# parcel-bundler cache (https://parceljs.org/)
94103
.cache
@@ -99,6 +108,9 @@ typings/
99108
# nuxt.js build output
100109
.nuxt
101110

111+
# react / gatsby
112+
public/
113+
102114
# vuepress build output
103115
.vuepress/dist
104116

@@ -108,16 +120,20 @@ typings/
108120
# FuseBox cache
109121
.fusebox/
110122

111-
#DynamoDB Local files
123+
# DynamoDB Local files
112124
.dynamodb/
113125

114126
### VisualStudioCode ###
115127
.vscode/*
128+
!.vscode/settings.json
129+
!.vscode/tasks.json
130+
!.vscode/launch.json
131+
!.vscode/extensions.json
116132

117133
### VisualStudioCode Patch ###
118134
# Ignore all local history of files
119135
.history
120136

121-
# End of https://www.gitignore.io/api/node,macos,visualstudiocode
137+
dist
122138

123-
dist/
139+
# End of https://www.gitignore.io/api/node,macos,visualstudiocode

0 commit comments

Comments
 (0)