saleor-dashboard/.gitignore
Lukasz Ostrowski 7fcc71839a
Appstore improvements for non-cloud dashboard (#3258)
* Add empty screen message if no apps are installed

* Add .env.template with Appstore and Demo set by default

* Change how section is resolved

* Add message that Saleor apps can be installed only in Cloud

* Add apps.saleor.io url be default Appstore url in Dockerfile

* Show cloud only message for apps with manifest

* Extract messages

* Fix test

* Change message to tooltip

* Update readme
2023-03-03 08:51:35 +01:00

52 lines
No EOL
671 B
Text

*.py[cod]
.*
!.gitattributes
!.babelrc
!.circleci
!.codeclimate.yml
!.coveragerc
!.dockerignore
!.eslintrc.json
!.flowconfig
!.gqlconfig
!.github
!.gitignore
!.nvmrc
!.node-version
!.npmrc
!.plop
!.prettierignore
!.prettierrc
!.pylintrc
!.travis*
!.tx
!.husky
*.log
*.pyc
*.mo
local_settings.py
__pycache__/
build/
coverage/
dist/
*\.egg*
# data
/docs/_build/
/media/
/node_modules/
/static/
/videos/
/screenshots/
cypress/screenshots
cypress/videos
/results/
/saleor/static/assets/
webpack-bundle.json
/templates/templated_email/compiled/*
!/templates/templated_email/compiled/.gitkeep
cypress/reports
# Exported results file
django-queries-results.html
!.env.template