11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
# Ignore everything
|
|
*
|
|
# But not these files...
|
|
!.gitignore
|
|
!bash/**
|
|
!tmux/*
|
|
!scripts/*
|
|
!nano/*
|
|
!x11/**
|
|
#directory catchall
|
|
!*/ |