mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
58c44f55dd
GitOrigin-RevId: 1c8c4d60e033c8a0bc8b2beed24c5bceb7d4bcc8
42 lines
476 B
Plaintext
42 lines
476 B
Plaintext
__pycache__/
|
|
dist
|
|
dist-newstyle/
|
|
cabal-dev
|
|
Pipfile
|
|
Pipfile.lock
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.virtualenv
|
|
.python-venv
|
|
.hpc
|
|
*.tix
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
.ghc.environment*
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
# Configurable for local dev/experimentation:
|
|
cabal.project.local*
|
|
*.prof*
|
|
*.aux
|
|
*.hp
|
|
TAGS
|
|
.stack-work*
|
|
*.log
|
|
|
|
# ws related
|
|
ws/
|
|
build/rootfs
|
|
|
|
random*.sql
|
|
|
|
# example related
|
|
sample/data
|
|
|
|
# This is ignored so that everyone can have their own hie options
|
|
hie.yaml
|