Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
Filter to applications that are to be added to the repository for better
control
  • Loading branch information
teddywaweru committed Jun 24, 2024
1 parent 6ca41bb commit ccdb303
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .gitignore
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

0 comments on commit ccdb303

Please sign in to comment.