mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
Update gitignore
This commit is contained in:
parent
435e0f462b
commit
6bb3d65ae3
1 changed files with 7 additions and 3 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,19 +1,23 @@
|
||||||
*.code-workspace
|
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# mounted volume
|
# mounted volume
|
||||||
sites
|
sites
|
||||||
|
|
||||||
development
|
development/*
|
||||||
!development/README.md
|
!development/README.md
|
||||||
|
!development/vscode-example/
|
||||||
|
|
||||||
# Pycharm
|
# Pycharm
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
.vscode/**
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
||||||
# VS Code devcontainer
|
# VS Code devcontainer
|
||||||
.devcontainer
|
.devcontainer
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue