18 lines
186 B
Plaintext
18 lines
186 B
Plaintext
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
|
|
# Env / local runtime
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.log
|
|
|
|
# Runtime storage
|
|
storage/system/*.json
|
|
storage/users/**
|
|
!storage/users/.gitignore
|
|
|