mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
feat: add code-server config
This commit is contained in:
parent
b85e546c1c
commit
067ef0f82a
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
**
|
||||
!.config/
|
||||
!.local/
|
||||
|
||||
# Include configs
|
||||
!.nanorc
|
||||
|
@ -8,6 +9,10 @@
|
|||
!.config/git/
|
||||
!.config/git/**
|
||||
!.bash_aliases
|
||||
!.local/share/
|
||||
!.local/share/code-server/
|
||||
!.local/share/code-server/User/
|
||||
!.local/share/code-server/User/settings.json
|
||||
|
||||
# Include this file
|
||||
!.gitignore
|
||||
|
|
Loading…
Add table
Reference in a new issue