graphql-engine/server/.gitignore
Brandon Simmons 1dd63a9386 Switch from stack to cabal-install for building server code (close #3280) (#3558)
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
2020-01-17 16:07:15 -06:00

39 lines
400 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