Skip to content

Commit ebd38ba

Browse files
authored
Ignore npm and Yarn log files regardless of location
1 parent 17390c6 commit ebd38ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symfony/webpack-encore-pack/1.0/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gitignore": [
99
"/node_modules/",
1010
"/%PUBLIC_DIR%/build/",
11-
"/npm-debug.log",
12-
"/yarn-error.log"
11+
"npm-debug.log",
12+
"yarn-error.log"
1313
]
1414
}

0 commit comments

Comments
 (0)