23 lines
457 B
Text
23 lines
457 B
Text
# Ignore everything
|
|
*
|
|
|
|
# Re-allow all directories (so git can even check inside them)
|
|
!*/
|
|
|
|
# Allow the alacritty directory
|
|
!alacritty/
|
|
|
|
# Allow any directory beginning with i3 (i3, i3blocks, i3status, i3-scripts, etc)
|
|
!i3*/
|
|
|
|
# Allow any directory beginning with fastfetch
|
|
!fastfetch*/
|
|
|
|
# Allow files inside alacritty, ttf fonts, fastfetch and i3* directories
|
|
!alacritty/**
|
|
!fastfetch/**
|
|
!i3*/**
|
|
!*.ttf
|
|
|
|
# Don't forget to not ignore .gitignore!
|
|
!.gitignore
|