graphql-engine/.gitignore
Divi 1f29cb504a ci: connect gcp jobs directly to cloud release pipeline
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6856
Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com>
GitOrigin-RevId: a1324e21fa842748145f9d453da42302f9395907
2022-12-12 03:08:13 +00:00

61 lines
953 B
Plaintext

dist
dist-*
cabal-dev
*.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
# tool-agnostic personal ignore files
.direnv
.envrc.local
.ignore
.vscode
.vim/
.history/
# Test artifacts
*.tix
# Docs artifacts
docs/_build/
docs/_ext/
# 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
ChinookData.xml
# log output from tests-hspec runs
tests-hspec.log
# Test run results from Sandwich-powered tests
test_runs/