Use JsDoc default regexp
[poolifier.git] / .gitignore
index 2ac23b4dcd7693112a53537111e23655dcb1603f..8ddca4bea480b8dfb25dcd55fc9a35cce5820184 100644 (file)
@@ -36,10 +36,24 @@ jspm_packages
 # Optional REPL history
 .node_repl_history
 
-# Project specifics
-.vscode/
+# VisualStudioCode
+.vscode/*
+!.vscode/extensions.json
+!.vscode/launch.json
+!.vscode/settings.json
+!.vscode/tasks.json
+
+# Intellij
+/.idea
+/outputs
+/docker/mongo
+build/config.gypi
 
 # Mac
-.DS_Store/
+.DS_Store
 
-.history/
\ No newline at end of file
+# Project specifics
+.eslintcache
+.history/
+.scannerwork
+lib