storj/satellite/admin/ui/.gitignore
Egon Elbre 97e6e5a6a3 build: improve npm build
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
2022-07-01 10:51:53 +00:00

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