-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
.gitignore
76 lines (63 loc) · 1.1 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
dist
dist-*
cabal-dev
/result
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
temp-console-hasura/
.DS_Store
.idea
tags
# tool-agnostic personal ignore files
.direnv
.envrc.local
.ignore
.vscode
.vim/
.history/
*.swp
# Test artifacts
*.tix
# Docs artifacts
docs/_build/
docs/_ext/
# cabal-plan artifacts
licenses/
# Ignore benchmark report output
server/benchmarks/benchmark_sets/*/report.json
server/benchmarks/venv
# ignored so that everyone can have their own hie.yaml
hie.yaml
# This file is required to build the server but we want to explicitly ignore
# it in the repo. See server/graphql-engine.cabal for details
server/CURRENT_VERSION
# ignored to prevent accidental unzips of the .gz version from being committed
Chinook.xml
chinook.db
# log output from tests-hspec runs
tests-hspec.log
# Test run results from Sandwich-powered tests
test_runs/
# dependencies
node_modules
# ticky profiles, e.g. from dev.sh --prof-ticky
*.ticky
*.ticky.modules
yarn-error.log