mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-05-07 17:59:52 -05:00
50e99d201b
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
22 lines
421 B
Plaintext
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/
|