11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
# Ignore everything by default
|
|
*
|
|
|
|
# Recurse into directories
|
|
!*/
|
|
|
|
# Whitelist: only source code and docs
|
|
!*.py
|
|
!*.md
|
|
!.gitignore
|