forked from superseriousbusiness/gotosocial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (30 loc) · 786 Bytes
/
.gitignore
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
36
37
38
39
40
41
42
# 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/
# exclude compiled binaries
dist/
# exclude the copy of swagger.yaml moved into assets during packaging
web/assets/swagger.yaml
# exludes docker-volume from exemple/docker-compose
example/docker-compose/docker-volume
# excludes debug build
/cmd/gotosocial/__debug_bin
# ignore f0x' nix-shell, direnv
shell.nix
.direnv
.envrc
# ignore custom GOBIN path
/bin
# ignore config dirs from IDEs
/.idea/
/.fleet/
# ignore cached pngs from mkdocs serve,
# while preserving cached fonts.
/docs/.cache/plugin/social/*.png