Browse Source

enhance: refactor gitignore

Shellmiao 1 month ago
parent
commit
b2417d118e
2 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore
  2. 0 0
      data/.gitkeep

+ 4 - 0
.gitignore

@@ -10,6 +10,10 @@ proprocess_output/*
 build/*
 !build/.gitkeep
 
+# 测试代码目录
+data/*
+!data/.gitkeep
+
 # Python相关
 __pycache__/
 *.py[cod]

+ 0 - 0
data/.gitkeep