19 lines
174 B
Plaintext
19 lines
174 B
Plaintext
#Python and VIM generated files
|
|
*.pyc
|
|
.*.swp
|
|
|
|
#All picture files
|
|
*.jpg
|
|
*.png
|
|
!nocover.png
|
|
|
|
#All sub-directories
|
|
*/
|
|
|
|
#All hidden files
|
|
.*
|
|
!.gitignore
|
|
|
|
#All .json files
|
|
*.json
|