Skip to content

Commit 17390c6

Browse files
authored
Add npm and Yarn error logs to .gitignore
1 parent 9da7fc9 commit 17390c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"aliases": ["encore", "webpack", "webpack-encore"],
88
"gitignore": [
99
"/node_modules/",
10-
"/%PUBLIC_DIR%/build/"
10+
"/%PUBLIC_DIR%/build/",
11+
"/npm-debug.log",
12+
"/yarn-error.log"
1113
]
1214
}

0 commit comments

Comments
 (0)