Create distinct _build/.gitignore
This commit is contained in:
parent
aaf52dd36c
commit
8a11a65c9f
5
.gitignore
vendored
5
.gitignore
vendored
@ -14,8 +14,3 @@ desktop.ini
|
|||||||
/composer.lock
|
/composer.lock
|
||||||
/composer.phar
|
/composer.phar
|
||||||
/vendor
|
/vendor
|
||||||
|
|
||||||
# Build system
|
|
||||||
/_build/phpdoc
|
|
||||||
/_build/phpdoc.cache
|
|
||||||
/_build/deploy-*.git
|
|
||||||
|
4
_build/.gitignore
vendored
Normal file
4
_build/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Ignore temporary directories created while building/deploying Pico
|
||||||
|
/phpdoc
|
||||||
|
/phpdoc.cache
|
||||||
|
/deploy-*.git
|
Loading…
x
Reference in New Issue
Block a user