graphql-engine/server/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

44 lines
490 B
Plaintext
Raw Normal View History

2018-06-27 16:11:32 +03:00
__pycache__/
dist
dist-newstyle/
2018-06-27 16:11:32 +03:00
cabal-dev
Pipfile
Pipfile.lock
2018-06-27 16:11:32 +03:00
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.python-venv
2018-06-27 16:11:32 +03:00
.hpc
*.tix
2018-06-27 16:11:32 +03:00
.hsenv
.cabal-sandbox/
.ghc.environment*
2018-06-27 16:11:32 +03:00
cabal.sandbox.config
cabal.config
# Configurable for local dev/experimentation:
cabal.project.local
cabal/*.local
*.prof*
2018-06-27 16:11:32 +03:00
*.aux
*.hp
TAGS
.stack-work*
*.log
2018-06-27 16:11:32 +03:00
# 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