mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
4c5a00ab71
As far as I can tell, there's no need to have two .gitignore files. We can just ship the same one. The OSS .gitignore file was horrendously out of date anyway. Please take a look at [the current .gitignore file](https://github.com/hasura/graphql-engine-mono/blob/main/.gitignore) to verify you're happy with this change. (No open-source commit message.) PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6628 GitOrigin-RevId: b47d6a8cfa9affe6c06b8945e6861de5546ad53c
59 lines
895 B
Plaintext
59 lines
895 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
|