forked from linlinjava/litemall
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
补充.gitignore 兼容eclipse maven macos 系统忽略文件
- Loading branch information
1 parent
0e2e5f5
commit ab92f23
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |