package-maintainer-docs/.gitignore
Otto Liljalaakso 6127fd5a92 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.
2022-09-27 22:46:05 +03:00

6 lines
63 B
Text

/build/
/cache/
/public/
# builder.sh temp files
/preview.pid