Files
DisCal-Discord-Bot/.gitignore
T
NovaFox161 50e99d201b Migrate over to Spring WebFlux and rewrite API endpoints in Kotlin
API v1 has been discontinued

Add docker-compose for local development testing. Note: This is not persistent, attempting to run this for production will be very very bad
2021-05-04 16:14:57 -05:00

22 lines
421 B
Plaintext

# Created by .ignore support plugin (hsz.mobi)
**/out/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/.idea/
/src/test/
**/target/
**/build
web/src/main/html/static/assets/js/
web/src/main/html/static/assets/css/
web/src/main/html/static/vendor/
/src/main/resources/client_secret.json
**/*.iml
**/dependency-reduced-pom.xml
**/META-INF/
/node_modules/
/.docker/