mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix: gitignore .devcontainer
This commit is contained in:
parent
274f42cd3e
commit
247a8e8e2d
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,3 +13,6 @@ deploy_key.pub
|
||||
|
||||
# Pycharm
|
||||
.idea
|
||||
|
||||
# VS Code devcontainer
|
||||
.devcontainer
|
||||
|
@ -22,6 +22,12 @@ git clone https://github.com/frappe/frappe_docker.git
|
||||
cd frappe_docker
|
||||
```
|
||||
|
||||
Copy example devcontainer config from `devcontainer-example` to `.devcontainer`
|
||||
|
||||
```shell
|
||||
cp -R devcontainer-example .devcontainer
|
||||
```
|
||||
|
||||
## Use VSCode Remote Containers extension
|
||||
|
||||
For most people getting started with Frappe development, the best solution is to use [VSCode Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
|
||||
|
Loading…
Reference in New Issue
Block a user