mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
01bd8f6bb2
* feat: install client apps using script * chore: ignore shellcheck pre-commit
28 lines
329 B
Plaintext
28 lines
329 B
Plaintext
# Environment Variables
|
|
.env
|
|
|
|
# mounted volume
|
|
sites
|
|
|
|
development/*
|
|
!development/README.md
|
|
!development/installer.sh
|
|
!development/apps-example.json
|
|
!development/vscode-example/
|
|
|
|
# Pycharm
|
|
.idea
|
|
|
|
# VS Code
|
|
.vscode/**
|
|
!.vscode/extensions.json
|
|
|
|
# VS Code devcontainer
|
|
.devcontainer
|
|
*.code-workspace
|
|
|
|
# Python
|
|
*.pyc
|
|
__pycache__
|
|
venv
|