Skip to content

Commit e1a6bf3

Browse files
authored
Merge branch 'main' into cleanups
2 parents 301c8a7 + 457f216 commit e1a6bf3

17 files changed

Lines changed: 3741 additions & 380 deletions

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ vendor
44
.idea
55
.jekyll-cache
66
.venv
7+
8+
# Generated CSS (compiled from TailwindCSS)
9+
src/assets/css/tailwind.css
10+
11+
# Generated JS (bundled by esbuild)
12+
src/assets/js/phaser.bundle.js
13+
src/assets/js/bundle.js

biome.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
33
"files": {
4-
"includes": ["**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml", "src/assets/js/**/*.js"]
4+
"includes": [
5+
"**/*.json",
6+
"**/*.njk",
7+
"**/*.yaml",
8+
"**/*.yml",
9+
"src/assets/js/**/*.js"
10+
]
511
},
612
"linter": {
713
"enabled": true,

0 commit comments

Comments
 (0)