Skip to content

Commit fa7a2d7

Browse files
committed
Small fix (runtime/builds dir).
1 parent 583c287 commit fa7a2d7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
/vendor
22
/composer.phar
3-
/runtime
3+
4+
/runtime/*.log
5+
6+
/runtime/builds
7+
!/runtime/builds/.gitkeep
8+
9+
/runtime/cache
10+
!/runtime/cache/.gitkeep
11+
12+
/runtime/status_cache
13+
!/runtime/status_cache/.gitkeep
414

515
/app/config.yml
616
/public/assets/vendor

runtime/builds/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)