mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +03:00
51 lines
723 B
Plaintext
51 lines
723 B
Plaintext
# Godot-specific ignores
|
|
.godot/
|
|
export.cfg
|
|
export_presets.cfg
|
|
logs/
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|
|
# System/tool-specific ignores
|
|
.directory
|
|
*~
|
|
|
|
# IDE-specific ignores
|
|
.fleet/
|
|
.history/
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Python-specific ignores
|
|
__pycache__/
|
|
*_cache/
|
|
*.pyc
|
|
.venv
|
|
venv
|
|
|
|
# Godot Git repository clone (run-benchmarks.sh)
|
|
/godot/
|
|
|
|
# Output HTML files
|
|
web/public/
|
|
|
|
# Temporary lock file while building
|
|
web/.hugo_build.lock
|
|
|
|
# Generated files
|
|
web/content/benchmark/*.md
|
|
web/content/graph/*.md
|
|
web/data/data.json
|
|
|
|
# Untracked source files
|
|
web/src-data/benchmarks/*.json
|
|
web/src-data/benchmarks/*.md
|