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:
parent
ee0430be61
commit
6127fd5a92
1 changed files with 6 additions and 3 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
build
|
||||
cache
|
||||
public
|
||||
/build/
|
||||
/cache/
|
||||
/public/
|
||||
|
||||
# builder.sh temp files
|
||||
/preview.pid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue