Initial commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user