| 123456789101112131415161718192021222324252627282930313233 |
- # Eclipse
- .project
- .classpath
- .settings/
- # Maven
- target/
- dependency-reduced-pom.xml
- pom.xml.versionsBackup
- .factorypath
- # Gradle
- .gradle/
- build/
- #IDEA
- # idea ignore
- .idea/
- *.ipr
- *.iml
- *.iws
- # temp ignore
- *.log
- *.cache
- *.diff
- *.patch
- *.tmp
- .jython_cache/
- # system ignore
- .DS_Store
- Thumbs.db
|