accounts/.gitignore
2019-04-06 04:12:00 +02:00

33 lines
355 B
Plaintext
Raw 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.

# phpstorm project files
.idea
# Composer
/vendor
# Mac DS_Store Files
.DS_Store
# npm debug
npm-debug*
# Docker и его override файлы
/docker-compose.yml
/docker-compose.override.yml
# Локальный .env
/.env
# id_rsa
/id_rsa
# PHP-CS-Fixer
.php_cs
.php_cs.cache
# Codeception
codeception.yml
*/codeception.yml
# Frontend
frontend