Commit e4f540533bf58c658805d2880191cff41c7d8ef1
1 parent
0c381d45c0
Exists in
master
and in
6 other branches
add .gitignore
Showing 1 changed file with 32 additions and 0 deletions
.gitignore
View file @
e4f5405
| 1 | +# maven ignore | |
| 2 | +target/ | |
| 3 | +*.jar | |
| 4 | +*.war | |
| 5 | +*.zip | |
| 6 | +*.tar | |
| 7 | +*.tar.gz | |
| 8 | + | |
| 9 | +# eclipse ignore | |
| 10 | +.settings/ | |
| 11 | +.project | |
| 12 | +.classpath | |
| 13 | + | |
| 14 | +# idea ignore | |
| 15 | +.idea/ | |
| 16 | +*.ipr | |
| 17 | +*.iml | |
| 18 | +*.iws | |
| 19 | + | |
| 20 | +# temp ignore | |
| 21 | +*.log | |
| 22 | +*.cache | |
| 23 | +*.diff | |
| 24 | +*.patch | |
| 25 | +*.tmp | |
| 26 | + | |
| 27 | +# system ignore | |
| 28 | +.DS_Store | |
| 29 | +Thumbs.db | |
| 30 | + | |
| 31 | +# web.xml ignore | |
| 32 | +web.xml |