Преглед на файлове

Add app/cache .gitkeep, fix gitattributes

jmontoyaa преди 8 години
родител
ревизия
0f2b54a288
променени са 3 файла, в които са добавени 9 реда и са изтрити 4 реда
  1. 4 0
      .gitattributes
  2. 5 4
      .gitignore
  3. 0 0
      app/cache/.gitkeep

+ 4 - 0
.gitattributes

@@ -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
 

+ 5 - 4
.gitignore

@@ -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/*
 

+ 0 - 0
app/cache/.gitkeep