summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7cf1bf7ce5782d9820605733723b0787d8e7c2ee (plain)
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
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# jetbrains setting folder
.idea/

/coverage/
/report.junit.xml
/docs/

# I guess if this was a template repo I woudn't want to share the blog posts
# and the "trusted" keys.
#
# /public/blog/*
# !/public/blog/TEMPLATE
# /public/keys/