X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=d014f1b3a8032abb61dabb3f3ba3b85fe29debf1;hb=HEAD;hp=d3b8590e5d1dbce8eda34cc04c6e5a298eea2acc;hpb=2c1331d62eb8900f4c8c3b6bd7afd4f943d187bc;p=poolifier.git diff --git a/.gitignore b/.gitignore index d3b8590e..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 @@ -52,7 +66,16 @@ build/config.gypi # Mac .DS_Store +# pnpm +package-lock.json + # Project specifics -.history/ +.eslintcache .scannerwork +*.bak lib +dist +tmp +.history/ +reports/ +benchmark-report.json