Files
DisCal-Discord-Bot/.gitignore
NovaFox161 db05559c2a Add a few folders to .gitignore incase we forget to run mvn clean
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
2020-04-04 00:12:46 -05:00

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/