浏览代码

Application assets should not be ignored

Alexander Makarov 12 年之前
父节点
当前提交
1a71080bfb
共有 4 个文件被更改,包括 3 次插入0 次删除
  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