Merge pull request #322 from revant/gitignore

fix: gitignore .devcontainer
This commit is contained in:
Revant Nandgaonkar 2020-08-02 16:15:48 +05:30 committed by GitHub
commit 2f95891dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -13,3 +13,6 @@ deploy_key.pub
# Pycharm
.idea
# VS Code devcontainer
.devcontainer

View File

@ -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).