Browse Source

将临时文件夹加入Git忽略

master
liupoppo 2 months ago
parent
commit
9394124940
  1. 5
      .gitignore

5
.gitignore

@ -0,0 +1,5 @@
/.idea/
**/debug/
**/target/
**/.idea/
**/logs/
Loading…
Cancel
Save