graphql-engine/docs-old/.gitignore
Rikin Kachhia cc30f08f6e docs: move docs-new to docs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4261
GitOrigin-RevId: 3d80068acdd61b5350fc36ec3444db47508f9c09
2022-04-13 12:01:50 +00:00

60 lines
656 B
Plaintext

sample.py
sample.json
*.sw*
*.pyc
# sphinx build folder
_build
# for folks using pipenv
Pipfile
Pipfile.lock
# Compiled source #
###################
.DS_Store
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sqlite
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
# Editor backup files #
#######################
*~
# Virtual Environment
venv
.venv
myenv
env
# Jetbrains folder
.idea
.vscode