Add .gitignore
This commit is contained in:
parent
69ada937c0
commit
787584b08f
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# 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 files inside alacritty and i3* directories
|
||||||
|
!alacritty/**
|
||||||
|
!i3*/**
|
||||||
|
|
||||||
|
# Don't forget to not ignore .gitignore!
|
||||||
|
!.gitignore
|
||||||
Loading…
Add table
Add a link
Reference in a new issue