aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2d64ada..4afac06 100644
--- a/main.go
+++ b/main.go
@@ -43,7 +43,7 @@ var runFS embed.FS
//go:embed go.* *.go
//go:embed docs/* iadocs/*
//go:embed frontend/* templates/*
-//go:embed README.md LICENSE Makefile .editorconfig .gitignore
+//go:embed README.md LICENSE Makefile .editorconfig .gitignore .gitattributes
//go:embed scripts/* sql/*
var srcFS embed.FS