Skip to content

Commit

Permalink
feat(IDE): VSCode project folder (and .gitignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed May 15, 2019
1 parent 5a500b6 commit 0706907
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ target/

# pyenv python configuration file
.python-version

### VisualStudioCode ###
# From https://stackoverflow.com/questions/51876769/should-you-commit-vscode-symbols-file-to-source-control
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.associations": {
"*.yml": "jinja-yaml",
"*.yaml": "jinja-yaml",
},
}

0 comments on commit 0706907

Please sign in to comment.