# Compiled class file
*.class

# Log file
*.log
/logs
logs.zip

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# sqlite
dinky.db

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

.DS_Store

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.idea/*
!.idea/icon.svg
build
target/*
*.iml
*.lst
*/target/*
*/*/target/*
*/*/*/target/*

# Dinky Web gitignore
dinky-web/node_modules/*
dinky-web/node/*
dinky-web/dist/*
dinky-web/.mfsu-production
dinky-web/pnpm-lock.yaml

dinky-admin/src/main/resources/static/*
dinky-admin/tmp/*
dependency-reduced-pom.xml
dinky-core/tmp/*

# Dinky Docs gitignore
docs/.docusaurus
docs/node_modules
docs/.cache-loader
docs/package-lock.json
docs/build
docs/yarn.lock
docs/*.log
tmp/*
extends/*
/.run/

.idea
.idea/vcs.xml
dinky-web/package-lock.json
