43 lines
563 B
Plaintext
43 lines
563 B
Plaintext
# Exclude build artifacts and dependencies
|
|
node_modules
|
|
dist
|
|
!dist/
|
|
target
|
|
!target/app-v7.jar
|
|
|
|
# Exclude IDE and system files
|
|
.git
|
|
.mavis
|
|
.mvn
|
|
.opencode
|
|
|
|
# Exclude test and dev files
|
|
test-results
|
|
test-uploads
|
|
tests
|
|
*.spec.js
|
|
*.test.js
|
|
|
|
# Exclude unnecessary config files (frontend is pre-built)
|
|
*.bat
|
|
*.ps1
|
|
playwright.config.js
|
|
vitest.config.js
|
|
postcss.config.*
|
|
tsconfig.json
|
|
tsconfig.node.json
|
|
vite.config.js
|
|
tailwind.config.js
|
|
package.json
|
|
package-lock.json
|
|
src
|
|
|
|
# Exclude local files
|
|
database.db
|
|
*.zip
|
|
*.log
|
|
*.txt
|
|
spawn-config.json
|
|
team-plan.yaml
|
|
worker1.json
|