mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 15:06:05 +00:00
feat(git): add host-specific git ignore and excludesfile
This commit is contained in:
1
config/git/overrides/.gitignore
vendored
1
config/git/overrides/.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
!.gitkeep
|
!.gitkeep
|
||||||
config
|
config
|
||||||
|
ignore
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
[include]
|
[include]
|
||||||
path = ~/.dotfiles/config/git/shared
|
path = ~/.dotfiles/config/git/shared
|
||||||
|
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.dotfiles/config/git/overrides/ignore
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
|
|||||||
32
hosts/s/config/git/overrides/ignore
Normal file
32
hosts/s/config/git/overrides/ignore
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
.run
|
||||||
|
*.cache
|
||||||
|
*~
|
||||||
|
|
||||||
|
*-secret
|
||||||
|
__secret
|
||||||
|
__ignored
|
||||||
|
__test_*.php
|
||||||
|
__test_*.txt
|
||||||
|
__test.php
|
||||||
|
_theme
|
||||||
|
*.sql.gz
|
||||||
|
*.WordPress.*.xml
|
||||||
|
cachegrind.out.*
|
||||||
|
composer.phar
|
||||||
|
wp_*.sh
|
||||||
|
auth.json
|
||||||
|
dfm.sh
|
||||||
|
.scannerwork
|
||||||
|
.phpactor.json
|
||||||
|
.zsh_history
|
||||||
|
|
||||||
|
**/.claude/settings.local.json
|
||||||
|
**/.claude/*
|
||||||
|
**/.serena/*
|
||||||
|
**/docs/plans/*
|
||||||
|
**/docs/superpowers/*
|
||||||
|
CLAUDE.md
|
||||||
|
TODO.md
|
||||||
|
specs.md
|
||||||
Reference in New Issue
Block a user