X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=5e16da97408b119188687c09d5dd811b45d30b7d;hb=3466e757691e2a07e2437d77167c78a0820c0431;hp=2e2848ad7a6cf6c1378b3b30b6923f93185a563b;hpb=f41629749a66b8e07d8f2fd6c5616c2abc625b35;p=poolifier.git diff --git a/.gitignore b/.gitignore index 2e2848ad..5e16da97 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,17 +51,31 @@ 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 +# pnpm +package-lock.json + +# Project specifics +.eslintcache .history/ .scannerwork +*.bak lib +dist +tmp +reports/