configuracion actual
This commit is contained in:
28
.gitignore
vendored
Executable file
28
.gitignore
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Certificados locales (desarrollo)
|
||||
certs/
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
|
||||
# Backups
|
||||
*.tar.gz
|
||||
*.zip
|
||||
backups/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user