added .gitignore
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
18305f035d
commit
7433ebd7c5
1 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
/**
|
||||
# Git stuff
|
||||
!README.md
|
||||
!.gitignore
|
||||
|
||||
!YouTube Music Desktop.css
|
||||
!.zshrc
|
||||
|
||||
!.config/
|
||||
.config/**
|
||||
|
||||
# Add two rules for each directory you want to include:
|
||||
# 1. !folder-name/ <-- includes the top level files
|
||||
# 2. !folder-name/** <-- includes sub level files recursively
|
||||
# ############################### .config
|
||||
!.config/fastfetch/
|
||||
!.config/fastfetch/**
|
||||
|
||||
# ############################### .zshc
|
||||
!.zshc/
|
||||
!.zshc/**
|
Loading…
Reference in a new issue