1
1
# Optional stylelint cache
2
2
.stylelintcache
3
3
4
- # Created by https://www.toptal.com/developers/gitignore/api/node,macos,sublimetext,composer,git,vim,windows,visualstudiocode,terraform
5
- # Edit at https://www.toptal.com/developers/gitignore?templates=node,macos,sublimetext,composer,git,vim,windows,visualstudiocode,terraform
6
-
7
- # ## Composer ###
8
- composer.phar
9
- /vendor /
10
-
11
- # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
12
- # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
13
- # composer.lock
4
+ # Created by https://www.toptal.com/developers/gitignore/api/vim,git,node,macos,windows,sublimetext,visualstudiocode
5
+ # Edit at https://www.toptal.com/developers/gitignore?templates=vim,git,node,macos,windows,sublimetext,visualstudiocode
14
6
15
7
# ## Git ###
16
8
# Created by git for backups. To disable backups in Git:
@@ -63,6 +55,7 @@ npm-debug.log*
63
55
yarn-debug.log *
64
56
yarn-error.log *
65
57
lerna-debug.log *
58
+ .pnpm-debug.log *
66
59
67
60
# Diagnostic reports (https://nodejs.org/api/report.html)
68
61
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -99,8 +92,8 @@ build/Release
99
92
node_modules /
100
93
jspm_packages /
101
94
102
- # TypeScript v1 declaration files
103
- typings /
95
+ # Snowpack dependency directory (https://snowpack.dev/)
96
+ web_modules /
104
97
105
98
# TypeScript cache
106
99
* .tsbuildinfo
@@ -129,14 +122,15 @@ typings/
129
122
# dotenv environment variables file
130
123
.env
131
124
.env.test
132
- .env * .local
125
+ .env.production
133
126
134
127
# parcel-bundler cache (https://parceljs.org/)
135
128
.cache
136
129
.parcel-cache
137
130
138
131
# Next.js build output
139
132
.next
133
+ out
140
134
141
135
# Nuxt.js build / generate output
142
136
.nuxt
@@ -166,6 +160,13 @@ dist
166
160
# Stores VSCode versions used for testing VSCode extensions
167
161
.vscode-test
168
162
163
+ # yarn v2
164
+ .yarn /cache
165
+ .yarn /unplugged
166
+ .yarn /build-state.yml
167
+ .yarn /install-state.gz
168
+ .pnp. *
169
+
169
170
# ## SublimeText ###
170
171
# Cache files for Sublime Text
171
172
* .tmlanguage.cache
181
182
182
183
# SFTP configuration file
183
184
sftp-config.json
185
+ sftp-config-alt * .json
184
186
185
187
# Package control specific files
186
188
Package Control.last-run
@@ -198,36 +200,6 @@ bh_unicode_properties.cache
198
200
# https://packagecontrol.io/packages/sublime-github
199
201
GitHub.sublime-settings
200
202
201
- # ## Terraform ###
202
- # Local .terraform directories
203
- ** /.terraform /*
204
-
205
- # .tfstate files
206
- * .tfstate
207
- * .tfstate. *
208
-
209
- # Crash log files
210
- crash.log
211
-
212
- # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
213
- # .tfvars files are managed as part of configuration and so should be included in
214
- # version control.
215
- #
216
- # example.tfvars
217
-
218
- # Ignore override files as they are usually used to override resources locally and so
219
- # are not checked in
220
- override.tf
221
- override.tf.json
222
- * _override.tf
223
- * _override.tf.json
224
-
225
- # Include override files you do wish to add to version control using negated pattern
226
- # !example_override.tf
227
-
228
- # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
229
- # example: *tfplan*
230
-
231
203
# ## Vim ###
232
204
# Swap
233
205
[._ ]* .s [a-v ][a-z ]
@@ -251,10 +223,15 @@ tags
251
223
252
224
# ## VisualStudioCode ###
253
225
.vscode /*
226
+ ! .vscode /settings.json
254
227
! .vscode /tasks.json
255
228
! .vscode /launch.json
229
+ ! .vscode /extensions.json
256
230
* .code-workspace
257
231
232
+ # Local History for Visual Studio Code
233
+ .history /
234
+
258
235
# ## VisualStudioCode Patch ###
259
236
# Ignore all local history of files
260
237
.history
@@ -286,4 +263,4 @@ $RECYCLE.BIN/
286
263
# Windows shortcuts
287
264
* .lnk
288
265
289
- # End of https://www.toptal.com/developers/gitignore/api/node,macos,sublimetext,composer, git,vim, windows,visualstudiocode,terraform
266
+ # End of https://www.toptal.com/developers/gitignore/api/vim, git,node,macos, windows,sublimetext,visualstudiocode
0 commit comments