12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
# Ignore everything
|
|
*
|
|
# But not these files...
|
|
!.gitignore
|
|
!bash/**
|
|
!tmux/*
|
|
!scripts/*
|
|
!nano/*
|
|
!x11/**
|
|
!starship.toml
|
|
#directory catchall
|
|
!*/ |