Improve .gitignore

The intent of existing .gitignore was to ignore some directories
at repository root.
Instead, it was ignoring any file or directory by given names,
anywhere in the tree.
Improve rules to only match the intended cases.

Also, add new item for builder.sh's temporary file.
This commit is contained in:
Otto Liljalaakso 2022-09-26 23:49:49 +03:00
parent ee0430be61
commit 6127fd5a92

9
.gitignore vendored
View file

@ -1,3 +1,6 @@
build
cache
public
/build/
/cache/
/public/
# builder.sh temp files
/preview.pid