summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7f1620871c1f8c4617439a4d7d5c15bfa2d9b28d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# exclude the compiled binary
/gotosocial

# exclude built documentation, since readthedocs will build it for us anyway
/docs/_build

# exclude coverage report
cp.out

# exclude node_modules if installed
/web/source/node_modules

# exclude compiled mkdocs site
site/