9 lines
79 B
Text
9 lines
79 B
Text
# Ignore all files
|
|
*.*
|
|
|
|
# Except
|
|
!*.json
|
|
!*.js
|
|
!*.zip
|
|
!.gitignore
|
|
package.json
|