mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
- Make downloads data-driven, create a database of versions; - Add a custom plugin to generate download URLs; - Use the new plugin for the regular downloads page as well.
42 lines
495 B
Plaintext
42 lines
495 B
Plaintext
# Build artifacts and cache
|
|
.bundle/
|
|
.jekyll-cache
|
|
.jekyll-metadata
|
|
_site
|
|
vendor/
|
|
|
|
# Code editors
|
|
.vscode/
|
|
|
|
# Website sections not tracked in this repo
|
|
.htaccess
|
|
asset-library/
|
|
mirrorlist/
|
|
qa/
|
|
|
|
# OS-specific files
|
|
|
|
# Linux
|
|
*~
|
|
.directory
|
|
|
|
# macOS
|
|
.DS_Store
|
|
__MACOSX
|
|
|
|
# Windows
|
|
# https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
|
|
[Tt]humbs.db
|
|
[Tt]humbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
*.stackdump
|
|
[Dd]esktop.ini
|
|
$RECYCLE.BIN/
|
|
*.cab
|
|
*.msi
|
|
*.msix
|
|
*.msm
|
|
*.msp
|
|
*.lnk
|