8 lines
66 B
Text
8 lines
66 B
Text
# Ignore all files
|
|
*.*
|
|
|
|
# Except
|
|
!*.json
|
|
!*.js
|
|
!*.zip
|
|
!.gitignore
|