chore: remove fleet settings file
This commit is contained in:
@@ -1,56 +0,0 @@
|
|||||||
{
|
|
||||||
"plugins": [
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.ai"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.css"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.diff"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.emmet"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.git.frontend"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.xml"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.intellij"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.javascript"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.lsp"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.smartMode"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.tailwindcss"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "add",
|
|
||||||
"pluginName": "fleet.vim"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,6 +16,7 @@ node_modules
|
|||||||
*.launch
|
*.launch
|
||||||
.settings/
|
.settings/
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
.fleet
|
||||||
|
|
||||||
# IDE - VSCode
|
# IDE - VSCode
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
|||||||
Reference in New Issue
Block a user