added fixes added modifications added documentation for changes see README.md or foxbin2prg.prg intended to be merged to https://github.com/fdbozzo/foxbin2prg/
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# we use the exclude-all-include-special approach, easier then excluding any odd stuff later
|
|
#exclude general
|
|
*.*
|
|
|
|
#include general
|
|
# docs
|
|
!*.md
|
|
|
|
#include special
|
|
#default git
|
|
!*.gitignore
|