X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=9f9e3aa7268dd38e26f362ece005fbf116f9a8f3;hb=da8bf2d7fd82f2817e3ab4803f9a96cd0126fec3;hp=6d8f90fba979bc7fd18b695cde1858278232c211;hpb=e8dac82a8da9a04d91e89d788e3c966cd6cf095d;p=poolifier.git diff --git a/.gitignore b/.gitignore index 6d8f90fb..9f9e3aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -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,13 +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 -.history/ +# pnpm +package-lock.json +# Project specifics +.eslintcache +.scannerwork +*.bak lib +dist +tmp +.history/ +reports/ +benchmark-report.json