hugo-geekblog/.gitignore

24 lines
346 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
2020-11-22 14:12:04 +01:00
static/*.css
!static/custom.css
static/js/*-*.js
2020-06-27 23:07:52 +02:00
static/favicon/
static/fonts/GeekblogIcons.*
2020-07-27 20:19:49 +02:00
resources/
exampleSite/resources/
2020-11-22 14:01:47 +01:00
data/assets.json
2020-06-27 23:07:52 +02:00
# testing
.lighthouseci/