10 lines
106 B
Plaintext
10 lines
106 B
Plaintext
# Ignore everything
|
|
**/*.*
|
|
|
|
# Except this
|
|
!*.json
|
|
!.gitignore
|
|
!README.MD
|
|
|
|
# But still ignore this
|
|
*.i.json |