hugo-geekblog/.gitignore

25 lines
359 B
Plaintext
Raw Normal View History

2020-06-27 21:07:52 +00:00
# local environments
.swp
.env*
dist/
2020-11-22 14:00:45 +00:00
build/
2020-06-27 21:07:52 +00:00
node_modules/
lhci_reports/
2020-06-27 21:07:52 +00:00
exampleSite/themes/
exampleSite/public/
# auto-generated files
layouts/partials/icons-svg-symbols.html
2020-11-22 14:00:45 +00:00
assets/*.css
2020-11-22 13:12:04 +00:00
static/*.css
!static/custom.css
2020-11-22 14:00:45 +00:00
static/js/*.js
2020-06-27 21:07:52 +00:00
static/favicon/
static/fonts/GeekblogIcons.*
2020-07-27 18:19:49 +00:00
resources/
exampleSite/resources/
2020-11-22 13:01:47 +00:00
data/assets.json
2020-06-27 21:07:52 +00:00
# testing
.lighthouseci/