15 lines
151 B
Plaintext
15 lines
151 B
Plaintext
# Ignore everything by default
|
|
*
|
|
|
|
# Keep all directories
|
|
!*/
|
|
|
|
# Keep specific file types
|
|
!*.md
|
|
!*.py
|
|
!*.js
|
|
!*.json
|
|
|
|
# Keep root .gitignore
|
|
!.gitignore
|