소스 검색

update .gitKeep

18870042648 2 년 전
부모
커밋
7c16bbcae0
2개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      ypff/ypff/resources/.gitkeep
  2. 8 0
      ypff/ypff/src/test/.gitkeep

+ 8 - 0
ypff/ypff/resources/.gitkeep

@@ -0,0 +1,8 @@
+# .gitignore 
+
+# ignore all files in lib/
+lib/*
+# except for .gitkeep
+!.gitkeep
+# ignore TODO file in root directory,not subdir/TODO
+/TODO

+ 8 - 0
ypff/ypff/src/test/.gitkeep

@@ -0,0 +1,8 @@
+# .gitignore 
+
+# ignore all files in lib/
+lib/*
+# except for .gitkeep
+!.gitkeep
+# ignore TODO file in root directory,not subdir/TODO
+/TODO