97e6e5a6a3
Add go.mod to node_modules folder, that way Go compiler doesn't need to scan the node_module directories for any Go code. Change-Id: I747909416490c847d6b4bfa3438fea66660fcd53
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/build/*
|
|
!/build/.keep
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
|
|
# Stub for Go to avoid scanning node_modules.
|
|
!node_modules/go.mod |