1
1
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
2
2
3
- # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux, node
4
- # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,linux, node
3
+ # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,node,linux
4
+ # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,node,linux
5
5
6
6
# ## Linux ###
7
7
* ~
@@ -26,6 +26,7 @@ npm-debug.log*
26
26
yarn-debug.log *
27
27
yarn-error.log *
28
28
lerna-debug.log *
29
+ .pnpm-debug.log *
29
30
30
31
# Diagnostic reports (https://nodejs.org/api/report.html)
31
32
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -62,8 +63,8 @@ build/Release
62
63
node_modules /
63
64
jspm_packages /
64
65
65
- # TypeScript v1 declaration files
66
- typings /
66
+ # Snowpack dependency directory (https://snowpack.dev/)
67
+ web_modules /
67
68
68
69
# TypeScript cache
69
70
* .tsbuildinfo
@@ -74,9 +75,6 @@ typings/
74
75
# Optional eslint cache
75
76
.eslintcache
76
77
77
- # Optional stylelint cache
78
- .stylelintcache
79
-
80
78
# Microbundle cache
81
79
.rpt2_cache /
82
80
.rts2_cache_cjs /
@@ -95,11 +93,51 @@ typings/
95
93
# dotenv environment variables file
96
94
.env
97
95
.env.test
98
- .env * .local
96
+ .env.production
97
+
98
+ # parcel-bundler cache (https://parceljs.org/)
99
+ .cache
100
+ .parcel-cache
101
+
102
+ # Next.js build output
103
+ .next
104
+ out
105
+
106
+ # Nuxt.js build / generate output
107
+ .nuxt
108
+ dist
109
+
110
+ # Gatsby files
111
+ .cache /
112
+ # Comment in the public line in if your project uses Gatsby and not Next.js
113
+ # https://nextjs.org/blog/next-9-1#public-directory-support
114
+ # public
115
+
116
+ # vuepress build output
117
+ .vuepress /dist
118
+
119
+ # Serverless directories
120
+ .serverless /
121
+
122
+ # FuseBox cache
123
+ .fusebox /
124
+
125
+ # DynamoDB Local files
126
+ .dynamodb /
127
+
128
+ # TernJS port file
129
+ .tern-port
99
130
100
131
# Stores VSCode versions used for testing VSCode extensions
101
132
.vscode-test
102
133
134
+ # yarn v2
135
+ .yarn /cache
136
+ .yarn /unplugged
137
+ .yarn /build-state.yml
138
+ .yarn /install-state.gz
139
+ .pnp. *
140
+
103
141
# ## VisualStudioCode ###
104
142
.vscode /*
105
143
! .vscode /settings.json
@@ -108,11 +146,15 @@ typings/
108
146
! .vscode /extensions.json
109
147
* .code-workspace
110
148
149
+ # Local History for Visual Studio Code
150
+ .history /
151
+
111
152
# ## VisualStudioCode Patch ###
112
153
# Ignore all local history of files
113
154
.history
114
155
.ionide
115
156
116
- # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux, node
157
+ # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,node,linux
117
158
118
159
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
160
+
0 commit comments