18 lines
137 B
Text
18 lines
137 B
Text
# Ignore all files
|
|
*.*
|
|
|
|
# Except
|
|
!*.json
|
|
!*.js
|
|
!*.zip
|
|
!*.7z
|
|
!*.csv
|
|
!*.ks
|
|
!*.ain
|
|
!out.txt
|
|
!*.fnl
|
|
!.gitignore
|
|
!README.md
|
|
!ENCG/*
|
|
|
|
# Images
|