gitignore

This commit is contained in:
snarmph 2025-09-28 16:43:54 +02:00
commit 802e03c77e
6 changed files with 519 additions and 0 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# 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/**