mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
23 lines
508 B
Plaintext
23 lines
508 B
Plaintext
# Ignore everything by default.
|
|
/*
|
|
|
|
# Ignore October templates which Prettier can't format.
|
|
*.htm
|
|
|
|
# Only format the files specified below.
|
|
!/.github/
|
|
!/docker/
|
|
!/themes/
|
|
!/plugins/
|
|
!/ISSUE_TEMPLATE.md
|
|
!/README.md
|
|
!/lighthouserc.js
|
|
!/package.json
|
|
|
|
# Ignore third-party CSS and JavaScript.
|
|
/themes/godotengine/assets/css/highlight.obsidian.min.css
|
|
/themes/godotengine/assets/css/normalize.min.css
|
|
/themes/godotengine/assets/css/tobii.min.css
|
|
/themes/godotengine/assets/leaflet/
|
|
/themes/godotengine/assets/js/
|