graphql-engine/server/.gitignore
Vamshi Surabhi 32ae105279 improved sql generation for select queries (closes #6, #121, #278) (#643)
Better SQL generation for select queries (the query plans will be the same but much more readable). This closes some long standing issues (#6, #121, #278).
2018-10-05 14:26:47 +05:30

31 lines
260 B
Plaintext

__pycache__/
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
*.tix
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.prof*
*.aux
*.hp
TAGS
.stack-work*
# ws related
ws/
build/rootfs
random*.sql
# example related
sample/data