hugo-geekblog/.gitignore

20 lines
276 B
Plaintext
Raw Normal View History

2020-06-27 23:07:52 +02:00
# local environments
.swp
.env*
dist/
2020-07-12 23:07:37 +02:00
tmp/
2020-06-27 23:07:52 +02:00
node_modules/
lhci_reports/
2020-06-27 23:07:52 +02:00
exampleSite/themes/
exampleSite/public/
# auto-generated files
layouts/partials/icons-svg-symbols.html
static/main.*
static/favicon/
static/fonts/GeekblogIcons.*
2020-06-27 23:07:52 +02:00
resources/_gen/
# testing
.lighthouseci/