Skip to content

Commit

Permalink
Visual Studio Code gitignore + recommended extensions (#2581)
Browse files Browse the repository at this point in the history
* Add vscode to gitignore

* Update gitignore and add recommended extensions
  • Loading branch information
jcxldn authored and paulmelnikow committed Dec 29, 2018
1 parent ebe6da2 commit 4baf16c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Desktop.ini
._*
Thumbs.db

# Visual Studio Code User Settings
.vscode/settings.json

# eclipse
.project
.settings
Expand Down
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint"
]
}

0 comments on commit 4baf16c

Please sign in to comment.