mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-11 22:18:27 -06:00
This is so that generated files don't get included in the repo by accident due to forgetting to clean the project after running local tests
21 lines
426 B
Plaintext
21 lines
426 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/resources/static/assets/js/
|
|
web/src/main/resources/static/assets/css/
|
|
web/src/main/resources/static/vendor/
|
|
|
|
/src/main/resources/client_secret.json
|
|
|
|
**/*.iml
|
|
**/dependency-reduced-pom.xml
|
|
**/META-INF/
|
|
/node_modules/
|