X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=9f9e3aa7268dd38e26f362ece005fbf116f9a8f3;hb=3aa70601fa1eac5dbac8a14cbc70be621c545b29;hp=99b9a2c2fef7c56ee9b60e9c04cfccd687666eb0;hpb=7d82d90ea31689b7235a9282ccd5a2439483bc9f;p=poolifier.git diff --git a/.gitignore b/.gitignore index 99b9a2c2..9f9e3aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -### Git ### -# Created by git for backups. To disable backups in Git: +# Created by git for backups. To disable backups in git: # $ git config --global mergetool.keepBackup false *.orig @@ -67,10 +66,16 @@ build/config.gypi # Mac .DS_Store +# pnpm +package-lock.json + # Project specifics .eslintcache -.history/ .scannerwork *.bak lib -reports +dist +tmp +.history/ +reports/ +benchmark-report.json