Adding in more files #5
+10
@@ -29,6 +29,16 @@ dunst/*
|
||||
!mimeapps.list
|
||||
!pavucontrol.ini
|
||||
|
||||
# flameshot
|
||||
!flameshot/
|
||||
flameshot/*
|
||||
!flameshot/flameshot.ini
|
||||
|
||||
# git (global gitignore, not credentials/config)
|
||||
!git/
|
||||
git/*
|
||||
!git/ignore
|
||||
|
||||
# VS Code user settings only (not Cookies/Cache/Local State/etc.)
|
||||
!Code/
|
||||
Code/*
|
||||
|
||||
@@ -2,19 +2,19 @@
|
||||
"git.confirmSync": false,
|
||||
"explorer.confirmDelete": false,
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.minimap.enabled": false,
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
"editor.defaultFormatter": "vscode.json-language-features",
|
||||
},
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"editor.indentSize": "tabSize",
|
||||
"editor.tabSize": 2,
|
||||
"[cpp]": {
|
||||
"editor.defaultFormatter": "ms-vscode.cpptools"
|
||||
"editor.defaultFormatter": "ms-vscode.cpptools",
|
||||
},
|
||||
"claudeCode.preferredLocation": "sidebar",
|
||||
"git.suggestSmartCommit": false,
|
||||
@@ -22,6 +22,7 @@
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"workbench.colorTheme": "Dark Modern",
|
||||
"[java]": {
|
||||
"editor.defaultFormatter": "redhat.java"
|
||||
}
|
||||
"editor.defaultFormatter": "redhat.java",
|
||||
},
|
||||
"window.confirmSaveUntitledWorkspace": false,
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[General]
|
||||
savePath=/home/caleb/downloads
|
||||
@@ -0,0 +1 @@
|
||||
.envrc
|
||||
Reference in New Issue
Block a user