mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
feat(code-server): add tracking of code-server config.yaml (#90)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/90
This commit is contained in:
parent
f1beb74b7c
commit
b62fc60c79
2 changed files with 6 additions and 0 deletions
4
.config/code-server/config.yaml
Normal file
4
.config/code-server/config.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
bind-addr: 0.0.0.0:8000
|
||||
auth: none
|
||||
cert: false
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -11,6 +11,8 @@
|
|||
!.ssh/config
|
||||
!.config/git/
|
||||
!.config/git/**
|
||||
!.config/code-server/
|
||||
!.config/code-server/**
|
||||
!.bash_aliases
|
||||
!.bash_profile
|
||||
!.local/bin/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue