12 lines
106 B
Text
12 lines
106 B
Text
# Ignore all files
|
|
*.*
|
|
www/img/*
|
|
|
|
# Except
|
|
!*.json
|
|
!*.js
|
|
!*.zip
|
|
!*.7z
|
|
!.gitignore
|
|
!README.md
|
|
package.json
|