We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f24b9b commit bd3fb60Copy full SHA for bd3fb60
.gitignore
@@ -21,6 +21,8 @@ Desktop.ini
21
#####################################
22
.env
23
.env.*
24
+!.env.example
25
+!.env.*.example
26
*.key
27
*.pem
28
@@ -51,7 +53,6 @@ __pycache__/
51
53
node_modules/
52
54
npm-debug.log
55
yarn-error.log
-*.lock
56
57
58
# PHP関連設定
@@ -62,15 +63,16 @@ vendor/
62
63
composer.phar
64
65
# PHPUnitのキャッシュとレポート
66
+.phpunit.cache
67
.phpunit.result.cache
-phpunit.xml.dist
68
+phpunit.xml
69
70
# PHP-CS-Fixerのキャッシュ
71
.php-cs-fixer.cache
72
73
# PHPStanやPsalmなど静的解析ツールのキャッシュ
74
.phpstan/
-psalm.xml.dist
75
+psalm.xml
76
77
# SymfonyやLaravelなどのキャッシュ・ログ・セッション
78
storage/
0 commit comments