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/
6262# dotenv environment variables file
6363.env
6464
65+ # parcel-bundler cache (https://parceljs.org/)
66+ .cache
67+
6568# next.js build output
6669.next
6770
71+ # nuxt.js build output
72+ .nuxt
73+
6874# vuepress build output
6975.vuepress /dist
7076
@@ -222,7 +228,8 @@ flycheck_*.el
222228# Swap
223229[._ ]* .s [a-v ][a-z ]
224230[._ ]* .sw [a-p ]
225- [._ ]s [a-v ][a-z ]
231+ [._ ]s [a-rt-v ][a-z ]
232+ [._ ]ss [a-gi-z ]
226233[._ ]sw [a-p ]
227234
228235# Session
261268.idea /** /libraries
262269
263270# CMake
264- cmake-build-debug /
265- cmake-build-release /
271+ cmake-build- * /
266272
267273# Mongo Explorer plugin
268274.idea /** /mongoSettings.xml
@@ -419,6 +425,9 @@ local.properties
419425# Code Recommenders
420426.recommenders /
421427
428+ # Annotation Processing
429+ .apt_generated /
430+
422431# Scala IDE specific (Scala & Java development for Eclipse)
423432.cache-main
424433.scala_dependencies
@@ -451,3 +460,6 @@ cscope.po.out
451460* .patch
452461* .orig
453462* .diff
463+
464+ # Pytest profile files
465+ prof /
You can’t perform that action at this time.
0 commit comments