dotfiles/.gitignore
2025-09-29 10:16:22 +02:00

16 lines
210 B
Text

# Ignore everything
/*
# Don't ignore the .gitignore file itself
!.gitignore
# Don't ignore specific folders
!hypr/
!nvim/
!waybar/
# Don't ignore contents inside those folders
!hypr/**
!nvim/**
!waybar/**