Browse Source

修改gitignore将logs文件夹列入版本控制

main
yk 1 year ago
parent
commit
f7a790986a
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitignore
  2. +0
    -0
      logs/.gitkeep

+ 1
- 1
.gitignore View File

@@ -1,3 +1,3 @@
.idea/
logs/*
!logs/
!logs/.gitkeep

+ 0
- 0
logs/.gitkeep View File


Loading…
Cancel
Save