43 lines
550 B
Text
43 lines
550 B
Text
*.py[cod]
|
|
.*
|
|
!.babelrc
|
|
!.circleci
|
|
!.codeclimate.yml
|
|
!.coveragerc
|
|
!.dockerignore
|
|
!.eslintrc.json
|
|
!.flowconfig
|
|
!.gqlconfig
|
|
!.github
|
|
!.gitignore
|
|
!.nvmrc
|
|
!.npmrc
|
|
!.plop
|
|
!.prettierignore
|
|
!.prettierrc
|
|
!.pylintrc
|
|
!.travis*
|
|
!.testcafe
|
|
!.tx
|
|
*.css
|
|
*.log
|
|
*.pyc
|
|
*.mo
|
|
local_settings.py
|
|
__pycache__/
|
|
build/
|
|
coverage/
|
|
dist/
|
|
*\.egg*
|
|
# data
|
|
/docs/_build/
|
|
/media/
|
|
/node_modules/
|
|
/static/
|
|
/saleor/static/assets/
|
|
webpack-bundle.json
|
|
/templates/templated_email/compiled/*
|
|
!/templates/templated_email/compiled/.gitkeep
|
|
|
|
# Exported results file
|
|
django-queries-results.html
|