Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2364ddd

Browse files
committed
merged branch mcg-web/patch-1 (PR symfony#513)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#513). Discussion ---------- remove app cache, logs .gitkeep to ignore file Commits ------- 0523a9e remove app cache, logs .gitkeep to ignore file
2 parents a39bde7 + 0523a9e commit 2364ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/app/cache/*
44
/app/config/parameters.yml
55
/app/logs/*
6+
!app/cache/.gitkeep
7+
!app/logs/.gitkeep
68
/build/
79
/vendor/
810
/bin/

0 commit comments

Comments
 (0)