graphql-engine/docs/.gitignore
2018-09-11 16:41:24 +05:30

58 lines
639 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
# Jetbrains folder
.idea