build(deps-dev): apply updates
[poolifier.git] / .gitignore
index 2ac23b4dcd7693112a53537111e23655dcb1603f..9f9e3aa7268dd38e26f362ece005fbf116f9a8f3 100644 (file)
@@ -1,3 +1,17 @@
+# Created by git for backups. To disable backups in git:
+# $ git config --global mergetool.keepBackup false
+*.orig
+
+# Created by git when using merge tools for conflicts
+*.BACKUP.*
+*.BASE.*
+*.LOCAL.*
+*.REMOTE.*
+*_BACKUP_*.txt
+*_BASE_*.txt
+*_LOCAL_*.txt
+*_REMOTE_*.txt
+
 # Logs
 logs
 *.log
@@ -36,10 +50,32 @@ 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
+
+# pnpm
+package-lock.json
 
-.history/
\ No newline at end of file
+# Project specifics
+.eslintcache
+.scannerwork
+*.bak
+lib
+dist
+tmp
+.history/
+reports/
+benchmark-report.json