mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
refactor(git): wildcard include for scripts and git hooks (#91)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/91
This commit is contained in:
parent
b62fc60c79
commit
a3e1723787
1 changed files with 2 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -17,10 +17,9 @@
|
|||
!.bash_profile
|
||||
!.local/bin/
|
||||
!.local/bin/scripts/
|
||||
!.local/bin/scripts/install_dotfiles.sh
|
||||
!.local/bin/scripts/code_server_export_extensions.sh
|
||||
!.local/bin/scripts/**
|
||||
!.local/bin/git-hooks/
|
||||
!.local/bin/git-hooks/pre-commit
|
||||
!.local/bin/git-hooks/**
|
||||
!.local/share/
|
||||
!.local/share/code-server/
|
||||
!.local/share/code-server/User/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue