Add app/cache .gitkeep, fix gitattributes

pull/2487/head
jmontoyaa 8 years ago
parent c678958a01
commit 0f2b54a288
  1. 4
      .gitattributes
  2. 9
      .gitignore
  3. 0
      app/cache/.gitkeep

4
.gitattributes vendored

@ -1,5 +1,9 @@
.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.codeclimate.yml export-ignore
.scrutinizer.yml export-ignore
.styleci.yml export-ignore
.travis.yml export-ignore
/tests export-ignore

9
.gitignore vendored

@ -1,6 +1,10 @@
# Cache directories
app/cache/*
!app/cache/.htaccess
!app/cache/.gitkeep
app/logs/*
!app/logs/.gitkeep
# Chamilo configuration
/app/config/parameters.yml
@ -19,9 +23,6 @@ app/courses/*
# Home
app/home/*
app/logs/*
app/Resources/views/*
# Upload content
app/upload/*

Loading…
Cancel
Save