File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed
Expand file tree Collapse file tree 1 file changed +23
-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
@@ -260,9 +267,16 @@ tags
260267.idea /** /gradle.xml
261268.idea /** /libraries
262269
270+ # Gradle and Maven with auto-import
271+ # When using Gradle or Maven with auto-import, you should exclude module files,
272+ # since they will be recreated, and may cause churn. Uncomment if using
273+ # auto-import.
274+ # .idea/modules.xml
275+ # .idea/*.iml
276+ # .idea/modules
277+
263278# CMake
264- cmake-build-debug /
265- cmake-build-release /
279+ cmake-build- * /
266280
267281# Mongo Explorer plugin
268282.idea /** /mongoSettings.xml
@@ -419,6 +433,9 @@ local.properties
419433# Code Recommenders
420434.recommenders /
421435
436+ # Annotation Processing
437+ .apt_generated /
438+
422439# Scala IDE specific (Scala & Java development for Eclipse)
423440.cache-main
424441.scala_dependencies
@@ -451,3 +468,6 @@ cscope.po.out
451468* .patch
452469* .orig
453470* .diff
471+
472+ # Pytest profile files
473+ prof /
You can’t perform that action at this time.
0 commit comments