Skip to content

Commit

Permalink
update .gitignore 增加不同ide的忽略信息
Browse files Browse the repository at this point in the history
  • Loading branch information
desertsurge authored and gitee-org committed May 26, 2021
1 parent a3a7af9 commit 1a1e945
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,25 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

.idea
# maven ignore
target/
.mvn/
bin/
.sts4-cache/
*.versionsBackup

*/target
/target/
# eclipse ignore
.settings/
.project
.classpath
.factorypath

# idea ignore
.idea/
*.ipr
*.iml
*.iws

# system ignore
.DS_Store
Thumbs.db

0 comments on commit 1a1e945

Please sign in to comment.