chore(global): update gitignore + add kateproject config

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-09-11 00:50:05 +08:00
parent 52e42496cf
commit d46a0e89a0
No known key found for this signature in database
GPG Key ID: D4A928E0527DB795
2 changed files with 24 additions and 1 deletions

21
.gitignore vendored
View File

@ -1,2 +1,21 @@
/secrets
## general ##
.envrc
# used by ctags for code indexing in some tools
# or via "ctags -R ."
tags
# deprecated dotfiles-secrets repo for compartibility and
# secret leakage prevention
secrets
## kate and other editors ##
*~
*-swp
## Doplhin ##
.directory
## from kdiff3 ##
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*

4
.kateproject Normal file
View File

@ -0,0 +1,4 @@
{
"name": "~ajhalili2006's dotfiles",
"files": [ { "git": 1 } ]
}