Skip to content

Commit ffdafd5

Browse files
committed
Generalized .gitignore to be reusable for root projects
1 parent 4299475 commit ffdafd5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# local config
88
/.env
99
/hidev-local.yml
10+
/docker-compose.yml
1011

1112
# IDE & OS files
1213
.*.swp
@@ -37,8 +38,11 @@ chkipper.phar
3738
composer.phar
3839
ocular.phar
3940
php-cs-fixer.phar
41+
phpstan.phar
4042
phpunit-skelgen.phar
4143
phpunit.phar
4244

43-
# Site assets
44-
/public/assets/*
45+
# logs
46+
.docker/nginx/var/log/nginx/access.log
47+
.docker/nginx/var/log/nginx/error.log
48+
.docker/php/var/log/php/php.log

0 commit comments

Comments
 (0)