mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-09-03 18:14:28 +03:00
15 lines
237 B
Plaintext
15 lines
237 B
Plaintext
# Output HTML files
|
|
public/
|
|
|
|
# Temporary lock file while building
|
|
.hugo_build.lock
|
|
|
|
# Generated files
|
|
content/benchmark/*.md
|
|
content/graph/*.md
|
|
data/data.json
|
|
|
|
# Untracked source files
|
|
src-data/benchmarks/*.md
|
|
src-data/benchmarks/*.json
|