-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter to applications that are to be added to the repository for better control
- Loading branch information
1 parent
6ca41bb
commit ccdb303
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
* | ||
# Ignore config files that can be added to .config | ||
/*.* | ||
|
||
# Ignore all other directories that may be added by other applications | ||
# Exclusion list below specifies application configs that will be tracked | ||
**/ | ||
|
||
# Exclude the following config directories | ||
!.scripts | ||
!alacritty | ||
!dunst | ||
!i3 | ||
!i3status-rust | ||
!nitrogen | ||
!nvim | ||
# Ignore Lazy lock file | ||
nvim/lazy-lock.json | ||
|
||
!picom | ||
!rofi | ||
!tmux | ||
!vifm | ||
# Ignore vifm's default files | ||
vifm/*.txt | ||
vifm/*.json | ||
|
||
!zsh | ||
|