Files
web_work/.gitignore
2025-12-16 01:28:06 +03:00

50 lines
720 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# IDE и редакторы
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Зависимости
/vendor/
/node_modules/
# Логи
*.log
logs/
# Загруженные файлы пользователей
/uploads/products/*
!/uploads/products/.gitkeep
# Конфигурационные файлы с секретами (если есть)
.env
.env.local
.env.*.local
# Кэш
/cache/
*.cache
# Временные файлы
/tmp/
*.tmp
# Скомпилированные CSS
*.css.map
# База данных SQLite (если используется локально)
*.db
*.sqlite
*.sqlite3
# Файлы резервных копий
*.bak
*.backup
# PHP debug/profiling
.phpunit.result.cache
phpunit.xml