27 lines
396 B
Plaintext
Executable File
27 lines
396 B
Plaintext
Executable File
# Common
|
|
.DS_Store
|
|
classes/
|
|
*/bin
|
|
*/build
|
|
*/target
|
|
*buildSrc/build
|
|
|
|
# Spring
|
|
/spring-*/build
|
|
spring-test/test-output/
|
|
|
|
# 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
|
|
.smarttomcat
|
|
out
|
|
test-output
|
|
atlassian-ide-plugin.xml
|
|
.gradletasknamecache |