Skip to content

Commit fad64cc

Browse files
committed
add /.php-version and /php.ini files to .gitignore
1 parent 30cb47b commit fad64cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
/behat.yml
2121
/phpspec.yml
2222

23+
# Symfony CLI https://symfony.com/doc/current/setup/symfony_server.html#different-php-settings-per-project
24+
/.php-version
25+
/php.ini
26+
2327
###> symfony/framework-bundle ###
2428
/.env.*.local
2529
/.env.local

0 commit comments

Comments
 (0)