add default config file to template
This commit is contained in:
parent
2bac9307c6
commit
49f4067bc5
1 changed files with 10 additions and 0 deletions
10
templates/starter/htmgo.yml
Normal file
10
templates/starter/htmgo.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# htmgo configuration
|
||||||
|
|
||||||
|
# if tailwindcss is enabled, htmgo will automatically compile your tailwind and output it to assets/dist
|
||||||
|
tailwind: true
|
||||||
|
|
||||||
|
# which directories to ignore when watching for changes, supports glob patterns through https://github.com/bmatcuk/doublestar
|
||||||
|
watch_ignore: [".git", "node_modules", "dist/*"]
|
||||||
|
|
||||||
|
# files to watch for changes, supports glob patterns through https://github.com/bmatcuk/doublestar
|
||||||
|
watch_files: ["**/*.go", "**/*.css", "**/*.md"]
|
||||||
Loading…
Reference in a new issue