浏览代码

Added new .gitignore to apps folder so apps folder will NOT be ignored, but files within WILL be ignored.

mike 1 月之前
父节点
当前提交
2b9efc5ab6
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 0 1
      .gitignore
  2. 2 0
      apps/.gitignore

+ 0 - 1
.gitignore

@@ -1,2 +1 @@
-apps/
 *.swp
 *.swp

+ 2 - 0
apps/.gitignore

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