Skip to content

Commit

Permalink
added vscode configs
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed May 6, 2022
1 parent 65d25d7 commit 6b60c21
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/target
.env
*.snap
.vscode
!.vscode
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/*.lock": true,
"target": true
},
"explorerExclude.backup": null,
"licenser.license": "MPLv2"
}
10 changes: 10 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Server Docs",
"type": "shell",
"command": "mkdocs serve"
}
]
}

0 comments on commit 6b60c21

Please sign in to comment.