-
Notifications
You must be signed in to change notification settings - Fork 125
/
.gitignore
36 lines (35 loc) · 868 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
#artwork/*.png
.envrc
target/
local/
node_modules/
dev.conf
elm-stuff
result
_site/
*.qcow2
/website/site/content/docs/install/changelog.md
/website/site/public/
/website/site/static/openapi/
/website/site/static/files/
/website/site/static/js/bundle.js
/website/site/static/styles.css
/website/site/static/syntax-*.css
/website/site/static/webfonts/
/website/site/static/files/*.woff*
/website/site/static/examples/
/website/site/templates/shortcodes/addon-output
/website/site/templates/shortcodes/item-data
/website/site/templates/shortcodes/item-args
/website/site/templates/shortcodes/file-meta
/website/site/templates/shortcodes/server.conf
/website/site/templates/shortcodes/sample-exim.conf
/website/site/templates/shortcodes/joex.conf
/website/site/templates/shortcodes/config.env.txt
/docker/docs
/docker/dev-log
.idea/*
sbt.json
/yarn.lock
.metals
.vscode