21 lines
216 B
Plaintext
21 lines
216 B
Plaintext
# Xmake cache
|
|
.xmake/
|
|
build/
|
|
|
|
# MacOS Cache
|
|
.DS_Store
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# documentation
|
|
doc/
|
|
!doc/*.md
|
|
!doc/diagrams/*.png
|
|
!doc/readme/*
|
|
|
|
# data files
|
|
data/pieces/*.bin
|
|
data/config/*.bin
|
|
data/config/keybinds/*.bin
|