mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
This also updates the index page, changes the first
sidebar section to be "About" without an extra level,
and renames "Tutorials" to "Manual"
(cherry picked from commit 0c100d9f14)
50 lines
646 B
Plaintext
50 lines
646 B
Plaintext
*.csv
|
|
!redirects.csv
|
|
.env
|
|
|
|
_build/
|
|
env/
|
|
__pycache__
|
|
*.pyc
|
|
*~
|
|
.directory
|
|
.vs/
|
|
.vscode/
|
|
*.mo
|
|
|
|
# Vim temp files
|
|
*.swo
|
|
*.swp
|
|
|
|
# Geany/geany-plugins files
|
|
*.geany
|
|
.geanyprj
|
|
|
|
# Finder (macOS) makes these automatically.
|
|
.DS_Store
|
|
__MACOSX
|
|
|
|
# Windows image file caches
|
|
[Tt]humbs.db
|
|
[Tt]humbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# Windows folder config file
|
|
[Dd]esktop.ini
|
|
|
|
# Windows Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
logo.h
|
|
*.autosave
|
|
|
|
# Output of list-unused-images.sh tool
|
|
tmp-unused-images
|
|
tmp-unused-images-history
|
|
|
|
# User created Python virtual environement as described in the docs
|
|
godot-docs-venv/
|