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.
6 lines
63 B
Text
6 lines
63 B
Text
/build/
|
|
/cache/
|
|
/public/
|
|
|
|
# builder.sh temp files
|
|
/preview.pid
|