15 lines
133 B
Plaintext
15 lines
133 B
Plaintext
# Nginx log files
|
|
*.log
|
|
access.log
|
|
error.log
|
|
|
|
# Backup files
|
|
*.bak-*
|
|
|
|
# Generated/temporary files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|