Explorar el Código

Application assets should not be ignored

Alexander Makarov hace 12 años
padre
commit
1a71080bfb
Se han modificado 4 ficheros con 3 adiciones y 0 borrados
  1. 0 0
      assets/.gitkeep
  2. 1 0
      runtime/.gitignore
  3. 1 0
      vendor/.gitignore
  4. 1 0
      www/assets/.gitignore

assets/.gitignore → assets/.gitkeep


+ 1 - 0
runtime/.gitignore

@@ -1 +1,2 @@
 *
+!.gitignore

+ 1 - 0
vendor/.gitignore

@@ -1 +1,2 @@
 *
+!.gitignore

+ 1 - 0
www/assets/.gitignore

@@ -1 +1,2 @@
 *
+!.gitignore