update: add gitgnore

This commit is contained in:
Tom Boullay
2026-04-03 10:41:56 +02:00
parent a730946ad2
commit 5007a255da
9 changed files with 427 additions and 224 deletions
+3 -3
View File
@@ -16,12 +16,12 @@
},
"devDependencies": {
"@types/busboy": "^1.5.4",
"@types/node": "^20.14.0",
"@types/react": "^18.3.0",
"@types/node": "20.19.37",
"@types/react": "18.3.28",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
"typescript": "5.9.3"
}
}