Small fix (runtime/builds dir).
This commit is contained in:
parent
583c2875bf
commit
fa7a2d784b
2 changed files with 11 additions and 1 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,6 +1,16 @@
|
|||
/vendor
|
||||
/composer.phar
|
||||
/runtime
|
||||
|
||||
/runtime/*.log
|
||||
|
||||
/runtime/builds
|
||||
!/runtime/builds/.gitkeep
|
||||
|
||||
/runtime/cache
|
||||
!/runtime/cache/.gitkeep
|
||||
|
||||
/runtime/status_cache
|
||||
!/runtime/status_cache/.gitkeep
|
||||
|
||||
/app/config.yml
|
||||
/public/assets/vendor
|
||||
|
|
|
|||
0
runtime/builds/.gitkeep
Normal file
0
runtime/builds/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue