Skip to content

Commit 7e7a174

Browse files
Add .cache to gitignore
1 parent 5e32d50 commit 7e7a174

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
node_modules
33
dist
44
.awcache
5+
.cache
56
/config/project.json
67
scripts/docgen/html
78

integration/firestore/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function compileWebpack() {
8080
.pipe(
8181
webpackStream(
8282
Object.assign({}, config, {
83-
output: {
83+
outputgit {
8484
filename: 'test-harness.js'
8585
}
8686
}),

0 commit comments

Comments
 (0)