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