2021-01-27 08:27:04 +00:00
|
|
|
# Intellij project files
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Build files
|
|
|
|
build/
|
|
|
|
|
|
|
|
# Gradle files
|
|
|
|
.gradle/
|
|
|
|
gradle/
|
|
|
|
|
|
|
|
gradlew
|
|
|
|
gradlew.bat
|
|
|
|
|
|
|
|
# Eclipse project files
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
|
|
|
|
.settings/
|
|
|
|
|
|
|
|
# Local property file
|
2021-02-04 15:19:52 +00:00
|
|
|
src/main/resources/application-local.properties
|
2021-01-29 08:30:05 +00:00
|
|
|
|
|
|
|
# Server Keystore
|
|
|
|
src/main/resources/achievements-ssl-key.p12
|
2021-02-16 19:11:12 +00:00
|
|
|
|
|
|
|
# Api Keys
|
|
|
|
apikeys/
|
|
|
|
|
|
|
|
# Program Data
|
|
|
|
images/
|