31 lines
601 B
Plaintext
31 lines
601 B
Plaintext
# frontend-vue dependencies
|
|
frontend-vue/node_modules/
|
|
|
|
# frontend-vue build output
|
|
frontend-vue/dist/
|
|
|
|
# generated type declarations
|
|
frontend-vue/auto-imports.d.ts
|
|
frontend-vue/components.d.ts
|
|
|
|
# logs
|
|
frontend-vue/npm-debug.log*
|
|
frontend-vue/yarn-debug.log*
|
|
frontend-vue/yarn-error.log*
|
|
frontend-vue/pnpm-debug.log*
|
|
|
|
# backend-java build output
|
|
backend-java/target/
|
|
|
|
# backend-java runtime data
|
|
backend-java/data/
|
|
backend-java/*.log
|
|
backend-java/logs/
|
|
|
|
# backend-java local config
|
|
backend-java/src/main/resources/application-local.yml
|
|
|
|
# backend-java IDE files
|
|
backend-java/.idea/
|
|
backend-java/*.iml
|