18 lines
No EOL
172 B
Text
18 lines
No EOL
172 B
Text
# Ignore all files
|
|
*.*
|
|
|
|
# Except
|
|
!*.json
|
|
!*.js
|
|
!*.zip
|
|
!*.7z
|
|
!*.csv
|
|
!.gitignore
|
|
!README.md
|
|
package.json
|
|
|
|
# Images
|
|
!Command_0.png
|
|
!Command_1.png
|
|
!Command_2.png
|
|
!Command_3.png |