@@ -2,3 +2,4 @@
/nc/
/nccloud/
/yyconfig/
+/.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