chore: remove fleet settings file

This commit is contained in:
2025-11-28 10:11:40 +01:00
parent d614193974
commit a9c4ae446d
2 changed files with 1 additions and 56 deletions

View File

@@ -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
View File

@@ -16,6 +16,7 @@ node_modules
*.launch *.launch
.settings/ .settings/
*.sublime-workspace *.sublime-workspace
.fleet
# IDE - VSCode # IDE - VSCode
.vscode/* .vscode/*