livrare lot 2
This commit is contained in:
commit
8ecc78e729
763 changed files with 164593 additions and 0 deletions
26
backend/services/data-layer/didiCache/.gitignore
vendored
Normal file
26
backend/services/data-layer/didiCache/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Data directory
|
||||
data/
|
||||
*.rdb
|
||||
*.aof
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
*.old
|
||||
Loading…
Add table
Add a link
Reference in a new issue