mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
3b0ffc3bb9
* add build library for arm64 binaries * update git ignore * move arm64 lib to base layer
35 lines
417 B
Plaintext
35 lines
417 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
|
|
|
|
#sudhegan frappe_docker git ignore
|
|
README.md
|
|
.github/workflows/
|