Skip to content

Commit 7ecb5e3

Browse files
committed
update gitignore to include folder created by make container-serve
1 parent e277d03 commit 7ecb5e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ resources/
3333
# Netlify Functions build output
3434
package-lock.json
3535
functions/
36-
node_modules/
36+
node_modules/
37+
38+
# Generated files when building with make container-build
39+
.config/
40+
.npm/

0 commit comments

Comments
 (0)