repo creation with initial code after cloning public repo
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.eol": "\n",
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"files.exclude": {
|
||||
"**/bin": true,
|
||||
"**/jellyfin-web": true,
|
||||
"**/obj": true
|
||||
},
|
||||
"formatFiles.excludePattern": "**/node_modules,**/.vscode,**/dist/**,**/.chrome,ThirdParty,unRaid,debian"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user