11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!.gitignore
|
|
!*.py
|
|
!*.sh
|
|
|
|
# And not directories (so git can recurse into them)
|
|
!*/
|