-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitignore
38 lines (31 loc) · 912 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
dist
.cabal-sandbox
cabal.sandbox.config
.DS_Store
.stack-work/
test-all-logs
dist-newstyle
# Ignore TAGS file produced by emacs and vim.
TAGS
session.vim
.dir-locals.el
# Ignore any local developer overrides to the docker-compose file
docker-compose.override.yml
compose.override.yml
docker-compose.tools-override.yml
compose.tools-override.yml
# Ignore local stuff
.local/
local-docs
#
instantclient*
# We use a ci compose file that keeps some extra bits locally to cache
# They are ignored below to avoid them being included in various operations, locally and in ci
.stack-root
# Ignore Hakyll build directories
orville-docsite/site-builder/_cache
orville-docsite/site-builder/_site
# Ignore directories created by samples
orville-docsite/samples/getting-started/orville-getting-started
orville-docsite/samples/adding-orville-new-readert/src
orville-docsite/samples/adding-orville-existing-readert/src