2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00
frappe_docker/.gitignore
Sudhegan Shyam 3b0ffc3bb9
add build library for arm64 binaries (#1379)
* add build library for arm64 binaries

* update git ignore

* move arm64 lib to base layer
2024-04-26 04:46:07 +05:30

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/