X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=01c101b0b3c28d10c8fa2d7b0e155e29e86c2443;hb=refs%2Ftags%2Fv2.4.0-3;hp=73020ee6dcbc68b9d016a6410738e33e595db140;hpb=660940b0fcdbafb80d3c01684b668f55980bfa67;p=poolifier.git diff --git a/.gitignore b/.gitignore index 73020ee6..01c101b0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -36,16 +51,30 @@ jspm_packages # Optional REPL history .node_repl_history -# Project specifics +# 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/ +# pnpm +package-lock.json +# Project specifics +.eslintcache +.history/ +.scannerwork +*.bak lib +reports/ +benchmarks/internal/results/