-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (27 loc) · 758 Bytes
/
.gitignore
File metadata and controls
35 lines (27 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 11ty output directory
_site/*
!_site/README.md
# dependencies
node_modules/
# Lighthouse and Lighthouse CI web performance reports
lighthouse/reports/*
!lighthouse/reports/README.md
.lighthouseci/
# Webhint HTML reports
hint-report/
# default cache directory of @11ty/eleventy-fetch
# https://www.11ty.dev/docs/plugins/cache/
.cache/
# cache for webmentions fetched from go-jamming
.cache-go-jamming/
# cache for webmentions fetched from webmention.io
.cache-webmentions/
# Responses from the Cloudinary API are stored in .cache-cloudinary and tracked
# in git. They don't take a lot of space since I am using git LFS for them.
# tmp files for wrangler (Cloudflare CLI)
.wrangler/
# Devenv
.devenv*
devenv.local.nix
.direnv
.pre-commit-config.yaml