Skip to content

Commit 1a10ada

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ __pycache__/
5353
node_modules/
5454
npm-debug.log
5555
yarn-error.log
56+
yarn-debug.log*
57+
pnpm-debug.log*
5658

5759
#####################################
5860
# PHP関連設定
@@ -65,6 +67,7 @@ composer.phar
6567
# PHPUnitのキャッシュとレポート
6668
.phpunit.cache
6769
.phpunit.result.cache
70+
phpunit.result.cache
6871
phpunit.xml
6972

7073
# PHP-CS-Fixerのキャッシュ
@@ -77,7 +80,8 @@ psalm.xml
7780
# SymfonyやLaravelなどのキャッシュ・ログ・セッション
7881
storage/
7982
bootstrap/cache/
80-
var/
83+
var/cache/
84+
var/log/
8185
*.cache
8286

8387
# Laravel特有
@@ -88,7 +92,6 @@ var/
8892
homestead.yaml
8993
Homestead.yaml
9094
Homestead.json
91-
.idea/
9295

9396
# WordPress(テーマ・プラグイン開発時)
9497
wp-content/uploads/

0 commit comments

Comments
 (0)