21 lines
253 B
Text
21 lines
253 B
Text
# Intellij project files
|
|
.idea/
|
|
|
|
# Build files
|
|
build/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
gradle/
|
|
|
|
gradlew
|
|
gradlew.bat
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
.settings/
|
|
|
|
# Local property file
|
|
src/main/resources/application-*.properties
|