diff --git a/cmd/template/framework/files/gitignore.tmpl b/cmd/template/framework/files/gitignore.tmpl index b368bec5..d1d2eb5e 100644 --- a/cmd/template/framework/files/gitignore.tmpl +++ b/cmd/template/framework/files/gitignore.tmpl @@ -31,3 +31,9 @@ main # OS X generated file .DS_Store +{{if ( .AdvancedOptions.tailwind )}} + +# Tailwind CSS +cmd/web/assets/css/output.css +tailwindcss +{{end}}