Skip to content

Commit bd3fb60

Browse files
committed
chore: update .gitignore
1 parent 9f24b9b commit bd3fb60

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Desktop.ini
2121
#####################################
2222
.env
2323
.env.*
24+
!.env.example
25+
!.env.*.example
2426
*.key
2527
*.pem
2628

@@ -51,7 +53,6 @@ __pycache__/
5153
node_modules/
5254
npm-debug.log
5355
yarn-error.log
54-
*.lock
5556

5657
#####################################
5758
# PHP関連設定
@@ -62,15 +63,16 @@ vendor/
6263
composer.phar
6364

6465
# PHPUnitのキャッシュとレポート
66+
.phpunit.cache
6567
.phpunit.result.cache
66-
phpunit.xml.dist
68+
phpunit.xml
6769

6870
# PHP-CS-Fixerのキャッシュ
6971
.php-cs-fixer.cache
7072

7173
# PHPStanやPsalmなど静的解析ツールのキャッシュ
7274
.phpstan/
73-
psalm.xml.dist
75+
psalm.xml
7476

7577
# SymfonyやLaravelなどのキャッシュ・ログ・セッション
7678
storage/

0 commit comments

Comments
 (0)