mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
337a024a21
* frontend depends_on websocket to avoid error on startup * ci: fix lint --------- Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
31 lines
352 B
Plaintext
31 lines
352 B
Plaintext
# Environment Variables
|
|
.env
|
|
|
|
# mounted volume
|
|
sites
|
|
|
|
development/*
|
|
!development/README.md
|
|
!development/installer.py
|
|
!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
|
|
|
|
# NodeJS
|
|
node_modules
|