Browse Source

更新.gitignore文件忽略.gradle和.idea目录

zhanglong7 3 years ago
parent
commit
2b44dae30e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@ -3,4 +3,5 @@
3 3
build/
4 4
bin/
5 5
gen/
6
6
.idea/
7
.gradle/