hugo-geekblog/.gitignore

25 lines
359 B
Plaintext
Raw Normal View History

2020-06-27 23:07:52 +02:00
# local environments
.swp
.env*
dist/
2020-11-22 15:00:45 +01:00
build/
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 15:00:45 +01:00
assets/*.css
2020-11-22 14:12:04 +01:00
static/*.css
!static/custom.css
2020-11-22 15:00:45 +01:00
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/