1# Ignore on export
2/.git                               export-ignore
3.editorconfig
4.gitattributes                      export-ignore
5.gitignore                          export-ignore
6benchmark_monsterid.php             export-ignore
7benchmark_monsterid_results.txt     export-ignore
8parts/monsterparts.xcf              export-ignore
9parts/image.info                    export-ignore
10
11# Force LF line endings for all text files
12* text=auto eol=lf
13