32 lines
420 B
Plaintext
32 lines
420 B
Plaintext
# Secrets and local credentials
|
|
credentials/.env
|
|
credentials/*.env
|
|
credentials/*.key
|
|
credentials/*_rsa
|
|
credentials/*_rsa.pub
|
|
credentials/id_*
|
|
|
|
# Dependency/vendor artifacts
|
|
vendor/
|
|
|
|
# Composer local cache/home in workspace
|
|
tools/.composer/
|
|
|
|
# Local runtime artifacts
|
|
working/
|
|
*.pid
|
|
*.log
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Local test/coverage output
|
|
coverage/
|
|
.phpunit.result.cache
|