Browse Source

enhance: refactor gitignore

Shellmiao 1 month ago
parent
commit
8e7a8205ec
3 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore
  2. 0 0
      combine_output/.gitkeep
  3. 0 0
      proprocess_output/.gitkeep

+ 4 - 0
.gitignore

@@ -1,6 +1,10 @@
 # 输出目录
 output/*
 !output/.gitkeep
+combine_output/*
+!combine_output/.gitkeep
+proprocess_output/*
+!proprocess_output/.gitkeep
 
 # 构建目录
 build/*

+ 0 - 0
combine_output/.gitkeep


+ 0 - 0
proprocess_output/.gitkeep