summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 75e07f8d0107bd1f1050be4a6444e5f89476345a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
_build
build
_temp
.xmake
.vscode
.cache
.clangd
.DS_Store
compile_commands.json
node_modules/

# in case we accidentally use something not licensed properly, we will keep demo game assets ignored.
assets/demo/

# Rust
target/