File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,15 @@ typings/
62
62
# dotenv environment variables file
63
63
.env
64
64
65
+ # parcel-bundler cache (https://parceljs.org/)
66
+ .cache
67
+
65
68
# next.js build output
66
69
.next
67
70
71
+ # nuxt.js build output
72
+ .nuxt
73
+
68
74
# vuepress build output
69
75
.vuepress /dist
70
76
@@ -222,7 +228,8 @@ flycheck_*.el
222
228
# Swap
223
229
[._ ]* .s [a-v ][a-z ]
224
230
[._ ]* .sw [a-p ]
225
- [._ ]s [a-v ][a-z ]
231
+ [._ ]s [a-rt-v ][a-z ]
232
+ [._ ]ss [a-gi-z ]
226
233
[._ ]sw [a-p ]
227
234
228
235
# Session
261
268
.idea /** /libraries
262
269
263
270
# CMake
264
- cmake-build-debug /
265
- cmake-build-release /
271
+ cmake-build- * /
266
272
267
273
# Mongo Explorer plugin
268
274
.idea /** /mongoSettings.xml
@@ -419,6 +425,9 @@ local.properties
419
425
# Code Recommenders
420
426
.recommenders /
421
427
428
+ # Annotation Processing
429
+ .apt_generated /
430
+
422
431
# Scala IDE specific (Scala & Java development for Eclipse)
423
432
.cache-main
424
433
.scala_dependencies
@@ -451,3 +460,6 @@ cscope.po.out
451
460
* .patch
452
461
* .orig
453
462
* .diff
463
+
464
+ # Pytest profile files
465
+ prof /
You can’t perform that action at this time.
0 commit comments