mirror of
https://github.com/token2/TOTPVault.git
synced 2026-06-22 23:42:25 -07:00
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
# Secrets — never commit real configuration
|
|
.env
|
|
|
|
# PHP sessions
|
|
sessions/*
|
|
!sessions/.htaccess
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker volumes (if stored locally)
|
|
docker/data/
|