refactor: refine argument type
[poolifier.git] / .gitignore
index d3b8590e5d1dbce8eda34cc04c6e5a298eea2acc..404473ff6a0747e4ff8bd0926bea42b74cbe02e6 100644 (file)
@@ -1,3 +1,18 @@
+### Git ###
+# 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
@@ -52,7 +67,16 @@ build/config.gypi
 # Mac
 .DS_Store
 
+# pnpm
+package-lock.json
+
 # Project specifics
+.eslintcache
 .history/
 .scannerwork
+*.bak
 lib
+dist
+tmp
+reports/
+benchmarks/internal/results/