123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- ######################
- # STS
- ######################
- .apt_generated
- .classpath
- .factorypath
- .project
- .settings
- .springBeans
- .sts4-cache
- ehcache/
- ######################
- # Intellij
- ######################
- .idea
- .idea/
- *.idea
- *.iws
- *.iml
- *.ipr
- *.ids
- *.orig
- classes/
- .idea/httpRequests/
- .idea/httpRequests/*.html
- .idea/httpRequests/*.http
- .idea/*
- ######################
- # Eclipse
- ######################
- *.pydevproject
- .project
- .metadata
- tmp/
- tmp/**/*
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .classpath
- .settings/
- .loadpath
- .factorypath
- /src/main/resources/rebel.xml
- *.ctxt
- .gradle
- ######################
- # Visual Studio Code
- ######################
- .vscode/
- ######################
- # Maven
- ######################
- /log/
- target/
- /target/
- !.mvn/wrapper/maven-wrapper.jar
- *.mvn
- pom.xml.tag
- pom.xml.releaseBackup
- pom.xml.versionsBackup
- pom.xml.next
- release.properties
- dependency-reduced-pom.xml
- buildNumber.properties
- .mvn/timing.properties
- ######################
- # Package Files
- ######################
- *.war
- *.ear
- *.db
- *.nar
- *.zip
- *.tar.gz
- *.rar
- ######################
- # Windows
- ######################
- # Windows image file caches
- Thumbs.db
- ######################
- # Folder config file
- ######################
- Desktop.ini
- ######################
- # Mac OSX
- ######################
- .DS_Store
- .svn
- ######################
- # Thumbnails
- ######################
- ._*
- ######################
- # Files that might appear on external disk
- ######################
- .Spotlight-V100
- .Trashes
- ######################
- # Directories
- ######################
- /deploy/
- ######################
- # Logs
- ######################
- *.log*
- ######################
- # NetBeans
- ######################
- /nbproject/private/
- /build/
- /nbbuild/
- /dist/
- /nbdist/
- /.nb-gradle/
- ######################
- # Others
- ######################
- .merge_file*
- .externalToolBuilders/
- *.launch
- .cproject
- .buildpath
- .target
- .texlipse
- .mtj.tmp/
- *.class
- *.*~
- *~
- ######################
- # Virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- ######################
- hs_err_pid*
- ######################
- # Project Specific
- ######################
- HELP.md
|