forked from coop-cloud/wordpress
23 lines
185 B
Plaintext
23 lines
185 B
Plaintext
# direnv
|
|
/.envrc
|
|
|
|
# Environment files (may contain secrets)
|
|
.env
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor/IDE
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.bak
|
|
.idea/
|
|
.vscode/
|
|
.project
|
|
.classpath
|