Telemovris 2.0 Rewrite
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# System
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Config and Secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
data/config.json
|
||||
data/*.lock
|
||||
data/*.signal
|
||||
|
||||
# Runtime Data
|
||||
data/*.madeline
|
||||
data/*.madeline.*
|
||||
data/*.mp3
|
||||
data/*.wav
|
||||
data/*.log
|
||||
redis_data/
|
||||
|
||||
# Dependencies (if installed locally)
|
||||
vendor/
|
||||
composer.lock
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user