Files
ksan f70a50c06f
CI/CD / build (push) Successful in 44s
CI/CD / deploy (push) Successful in 31s
updated README and added .env example
2026-07-10 01:29:53 +02:00

61 lines
800 B
Plaintext

always100.txt
always90.txt
.env
catchphrases.txt
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
### Lavalink ###
# Plugin jars are downloaded by the server on first start.
lavalink/plugins/
### Local secrets ###
.env
.env.*
# ...but keep the committed template.
!.env.example
*.local
secrets.properties