top | item 47112940 (no title) Defletter | 7 days ago I have this two liner as part of my post-os-install setup script: curl -fsSL https://www.toptal.com/developers/gitignore/api/linux > ~/.gitignore git config --global core.excludesFile ~/.gitignore discuss order hn newest OJFord|7 days ago Assuming your global config is ~/.config/git/config, you can download it to ~/.config/git/ignore and not need the overriding explicit excludesFile. Defletter|7 days ago Huh, TIL
OJFord|7 days ago Assuming your global config is ~/.config/git/config, you can download it to ~/.config/git/ignore and not need the overriding explicit excludesFile. Defletter|7 days ago Huh, TIL
OJFord|7 days ago
Defletter|7 days ago