Skip to content

Commit ff4b207

Browse files
br0therVitaly Shutko
authored and
Vitaly Shutko
committed
BAP-14428: Move all cache folder to gitignore (#9210)
- added .gitkeep files to app/cache and app/logs were it necessary - removed .gitignore files to app/cache and app/logs were it necessary - changed .gitignore in root of each application acording provided changes
1 parent bd280b3 commit ff4b207

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ node_modules/
2222
/app/karma.conf.js
2323
/app/config/parameters.yml
2424
/app/config/parameters_test.yml
25+
/app/cache/*
26+
/app/logs/*
27+
!app/cache/.gitkeep
28+
!app/logs/.gitkeep
2529
phpunit.xml
2630
*~
2731
bin

app/cache/.gitignore

-8
This file was deleted.

app/cache/.gitkeep

Whitespace-only changes.

app/logs/.gitignore

-2
This file was deleted.

app/logs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)