29 lines
413 B
Plaintext
29 lines
413 B
Plaintext
# Runtime/data
|
|
license-system-backend/data/
|
|
|
|
# Node/Vite
|
|
**/node_modules/
|
|
**/dist/
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|
|
|
|
# .NET (avoid ignoring Rust src/bin)
|
|
license-system-backend/**/bin/
|
|
license-system-backend/**/obj/
|
|
|
|
# Rust
|
|
**/target/
|
|
|
|
# Env files (keep examples)
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.development
|
|
**/.env.production
|
|
**/.env.test
|
|
!**/.env.example
|
|
|
|
# OS/editor
|
|
**/.DS_Store
|
|
**/*.log
|