14 lines
177 B
Text
14 lines
177 B
Text
# Ignore everything except text-based game files
|
|
*.*
|
|
# Allow these file types
|
|
!*.json
|
|
!*.txt
|
|
!*.js
|
|
!*.csv
|
|
!*.ks
|
|
!*.tjs
|
|
!*.yaml
|
|
!*.rb
|
|
!*.rvdata2
|
|
# Other useful files
|
|
!.gitignore
|