2022-11-02 16:27:42 +03:00
|
|
|
dist
|
|
|
|
dist-*
|
|
|
|
cabal-dev
|
2023-01-26 17:39:52 +03:00
|
|
|
/result
|
2022-11-02 16:27:42 +03:00
|
|
|
*.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
|
2019-02-14 08:58:38 +03:00
|
|
|
.idea
|
2023-04-24 15:45:50 +03:00
|
|
|
tags
|
2019-08-26 08:31:27 +03:00
|
|
|
|
2022-11-02 16:27:42 +03:00
|
|
|
# tool-agnostic personal ignore files
|
|
|
|
.direnv
|
|
|
|
.envrc.local
|
|
|
|
.ignore
|
|
|
|
.vscode
|
|
|
|
.vim/
|
|
|
|
.history/
|
2023-02-17 13:17:50 +03:00
|
|
|
*.swp
|
2019-11-14 19:41:41 +03:00
|
|
|
|
2019-08-26 08:31:27 +03:00
|
|
|
# Test artifacts
|
|
|
|
*.tix
|
2021-08-16 10:31:40 +03:00
|
|
|
|
2022-11-02 16:27:42 +03:00
|
|
|
# Docs artifacts
|
|
|
|
docs/_build/
|
|
|
|
docs/_ext/
|
|
|
|
|
|
|
|
|
|
|
|
# Ignore benchmark report output
|
|
|
|
server/benchmarks/benchmark_sets/*/report.json
|
|
|
|
server/benchmarks/venv
|
|
|
|
|
2021-08-16 10:31:40 +03:00
|
|
|
# ignored so that everyone can have their own hie.yaml
|
|
|
|
hie.yaml
|
2022-11-02 16:27:42 +03:00
|
|
|
|
|
|
|
# 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
|
2023-01-30 09:59:04 +03:00
|
|
|
Chinook.xml
|
2022-11-02 16:27:42 +03:00
|
|
|
|
|
|
|
# log output from tests-hspec runs
|
|
|
|
tests-hspec.log
|
2022-11-04 13:03:44 +03:00
|
|
|
|
2022-12-05 05:14:40 +03:00
|
|
|
# Test run results from Sandwich-powered tests
|
2023-01-26 17:39:52 +03:00
|
|
|
test_runs/
|
2023-03-03 10:17:51 +03:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules
|
2023-06-06 16:27:46 +03:00
|
|
|
|
|
|
|
# ticky profiles, e.g. from dev.sh --prof-ticky
|
|
|
|
*.ticky
|
|
|
|
*.ticky.modules
|