Parcourir la source

20220829初始化

18870042648 il y a 2 ans
Parent
commit
ae5d742ad8

+ 1 - 0
zjnytwo_cd/zjnytwo_cd/classes/.gitignore

@@ -2,3 +2,4 @@
 /nc/
 /nccloud/
 /yyconfig/
+/.gitkeep

+ 8 - 0
zjnytwo_cd/zjnytwo_cd/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