hugo-geekdoc/.gitignore

27 lines
360 B
Plaintext
Raw Normal View History

2020-01-12 15:33:02 +01:00
# local environments
.swp
2020-01-12 15:33:02 +01:00
.env*
2020-06-01 15:59:02 +02:00
dist/
2020-11-22 19:06:04 +01:00
build/
2020-01-12 15:33:02 +01:00
node_modules/
2020-07-17 10:34:52 +02:00
lhci_reports/
2020-01-12 16:44:10 +01:00
exampleSite/themes/
exampleSite/public/
2020-01-12 15:33:02 +01:00
# auto-generated files
layouts/partials/icons-svg-symbols.html
2020-11-22 19:06:04 +01:00
assets/*.css
static/*.css
!static/custom.css
static/js/*.js
2020-01-12 15:33:02 +01:00
static/favicon/
2020-07-17 10:34:52 +02:00
static/fonts/GeekdocIcons.*
2020-11-22 19:06:04 +01:00
resources/
exampleSite/resources/
data/assets.json
2020-06-01 15:59:02 +02:00
# testing
.lighthouseci/