gitignore
This commit is contained in:
commit
802e03c77e
6 changed files with 519 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal 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/**
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue