You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
1.5 KiB
111 lines
1.5 KiB
7 years ago
|
*.java.hsp
|
||
|
*.sonarj
|
||
|
*.sw*
|
||
|
.DS_Store
|
||
|
.settings
|
||
|
.springBeans
|
||
|
bin
|
||
|
build.sh
|
||
|
integration-repo
|
||
|
ivy-cache
|
||
|
jxl.log
|
||
|
jmx.log
|
||
|
derby.log
|
||
|
spring-test/test-output/
|
||
|
.gradle
|
||
|
argfile*
|
||
|
pom.xml
|
||
|
activemq-data/
|
||
|
|
||
|
classes/
|
||
|
/build
|
||
|
buildSrc/build
|
||
|
/spring-*/build
|
||
|
/src/asciidoc/build
|
||
|
target/
|
||
|
|
||
|
# Eclipse artifacts, including WTP generated manifests
|
||
|
.classpath
|
||
|
.project
|
||
|
spring-*/src/main/java/META-INF/MANIFEST.MF
|
||
|
|
||
|
# IDEA artifacts and output dirs
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
.idea
|
||
|
out
|
||
|
test-output
|
||
|
atlassian-ide-plugin.xml
|
||
|
.gradletasknamecache
|
||
|
|
||
|
# User-specific stuff
|
||
|
.idea/**/workspace.xml
|
||
|
.idea/**/tasks.xml
|
||
|
.idea/dictionaries
|
||
|
|
||
|
# Sensitive or high-churn files
|
||
|
.idea/**/dataSources/
|
||
|
.idea/**/dataSources.ids
|
||
|
.idea/**/dataSources.local.xml
|
||
|
.idea/**/sqlDataSources.xml
|
||
|
.idea/**/dynamic.xml
|
||
|
.idea/**/uiDesigner.xml
|
||
|
|
||
|
# Gradle
|
||
|
.idea/**/gradle.xml
|
||
|
.idea/**/libraries
|
||
|
|
||
|
# CMake
|
||
|
cmake-build-debug/
|
||
|
cmake-build-release/
|
||
|
|
||
|
# Mongo Explorer plugin
|
||
|
.idea/**/mongoSettings.xml
|
||
|
|
||
|
# File-based project format
|
||
|
*.iws
|
||
|
|
||
|
# IntelliJ
|
||
|
out/
|
||
|
|
||
|
# mpeltonen/sbt-idea plugin
|
||
|
.idea_modules/
|
||
|
|
||
|
# JIRA plugin
|
||
|
atlassian-ide-plugin.xml
|
||
|
|
||
|
# Cursive Clojure plugin
|
||
|
.idea/replstate.xml
|
||
|
|
||
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||
|
com_crashlytics_export_strings.xml
|
||
|
crashlytics.properties
|
||
|
crashlytics-build.properties
|
||
|
fabric.properties
|
||
|
|
||
|
# Editor-based Rest Client
|
||
|
.idea/httpRequests
|
||
|
|
||
|
# Compiled class file
|
||
|
*.class
|
||
|
|
||
|
# Log file
|
||
|
*.log
|
||
|
|
||
|
# BlueJ files
|
||
|
*.ctxt
|
||
|
|
||
|
# Mobile Tools for Java (J2ME)
|
||
|
.mtj.tmp/
|
||
|
|
||
|
# Package Files #
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.ear
|
||
|
*.zip
|
||
|
*.tar.gz
|
||
|
*.rar
|
||
|
|
||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|