mirror of
https://github.com/godotengine/godot-docs-project-starters.git
synced 2026-01-03 14:10:05 +03:00
21 lines
237 B
Plaintext
21 lines
237 B
Plaintext
# Project's build folder
|
|
.build/
|
|
|
|
### Extra ignores
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
__MACOSX
|
|
|
|
# Windows system files
|
|
[Tt]humbs.db
|
|
[Tt]humbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Code editor meta files
|
|
.vs/
|
|
.vscode/
|
|
*.swo
|
|
*.swp
|