1
-
2
1
# Created by https://www.toptal.com/developers/gitignore/api/windows,linux,macos,node,react,visualstudiocode,intellij
3
2
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,linux,macos,node,react,visualstudiocode,intellij
4
3
@@ -66,6 +65,9 @@ atlassian-ide-plugin.xml
66
65
# Cursive Clojure plugin
67
66
.idea /replstate.xml
68
67
68
+ # SonarLint plugin
69
+ .idea /sonarlint /
70
+
69
71
# Crashlytics plugin (for Android Studio and IntelliJ)
70
72
com_crashlytics_export_strings.xml
71
73
crashlytics.properties
@@ -108,6 +110,10 @@ fabric.properties
108
110
# https://plugins.jetbrains.com/plugin/12206-codestream
109
111
.idea /codestream.xml
110
112
113
+ # Azure Toolkit for IntelliJ plugin
114
+ # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
115
+ .idea /** /azureSettings.xml
116
+
111
117
# ## Linux ###
112
118
* ~
113
119
@@ -152,6 +158,10 @@ Network Trash Folder
152
158
Temporary Items
153
159
.apdisk
154
160
161
+ # ## macOS Patch ###
162
+ # iCloud generated files
163
+ * .icloud
164
+
155
165
# ## Node ###
156
166
# Logs
157
167
logs
@@ -209,6 +219,9 @@ web_modules/
209
219
# Optional eslint cache
210
220
.eslintcache
211
221
222
+ # Optional stylelint cache
223
+ .stylelintcache
224
+
212
225
# Microbundle cache
213
226
.rpt2_cache /
214
227
.rts2_cache_cjs /
@@ -224,10 +237,12 @@ web_modules/
224
237
# Yarn Integrity file
225
238
.yarn-integrity
226
239
227
- # dotenv environment variables file
240
+ # dotenv environment variable files
228
241
.env
229
- .env.test
230
- .env.production
242
+ .env.development.local
243
+ .env.test.local
244
+ .env.production.local
245
+ .env.local
231
246
232
247
# parcel-bundler cache (https://parceljs.org/)
233
248
.cache
@@ -250,6 +265,12 @@ dist
250
265
# vuepress build output
251
266
.vuepress /dist
252
267
268
+ # vuepress v2.x temp and cache directory
269
+ .temp
270
+
271
+ # Docusaurus cache and generated files
272
+ .docusaurus
273
+
253
274
# Serverless directories
254
275
.serverless /
255
276
@@ -276,6 +297,11 @@ dist
276
297
# Serverless Webpack directories
277
298
.webpack /
278
299
300
+ # Optional stylelint cache
301
+
302
+ # SvelteKit build / generate output
303
+ .svelte-kit
304
+
279
305
# ## react ###
280
306
.DS_ *
281
307
** /* .backup. *
@@ -295,11 +321,14 @@ sketch
295
321
! .vscode /tasks.json
296
322
! .vscode /launch.json
297
323
! .vscode /extensions.json
298
- * .code-workspace
324
+ ! .vscode / * .code-snippets
299
325
300
326
# Local History for Visual Studio Code
301
327
.history /
302
328
329
+ # Built Visual Studio Code Extensions
330
+ * .vsix
331
+
303
332
# ## VisualStudioCode Patch ###
304
333
# Ignore all local history of files
305
334
.history
0 commit comments