Use JsDoc default regexp
[poolifier.git] / .gitignore
index 6c68f3af62ef20a3d0c24af183c5652f2f4b1595..8ddca4bea480b8dfb25dcd55fc9a35cce5820184 100644 (file)
@@ -36,11 +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