Skip to content

Commit

Permalink
补充.gitignore 兼容eclipse maven macos 系统忽略文件
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsoftware committed Jun 29, 2019
1 parent 0e2e5f5 commit ab92f23
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
### gradle ###
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar

### STS ###
.settings/
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
bin/

### IntelliJ IDEA ###
/.idea/
/private/
/storage/
/litemall.iml
.idea
.checkstyle
.idea
*.iws
*.iml
*.ipr
rebel.xml
### maven ###
target/
*.war
*.ear
*.zip
*.tar
*.tar.gz

### logs ####
/logs/
*.log

### temp ignore ###
*.cache
*.diff
*.patch
*.tmp
*.java~
*.properties~
*.xml~

### system ignore ###
.DS_Store
Thumbs.db
Servers
.metadata
upload
gen_code

0 comments on commit ab92f23

Please sign in to comment.