初始化文件

This commit is contained in:
wux_labs
2025-02-16 20:44:55 +08:00
parent f8d0ee41bd
commit bce23bcd43
182 changed files with 461 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
// Ignore all files and folders starting with a dot
.*
// Ignore logs
*.log*
// Ignore timestamp files
*.timestamp*
// Ignore development files
node_modules
src/
public/
biome.json
eslint.config.mjs
index.html
jsconfig.json
package.json
TODO
tsconfig.json
vite.config.ts
vitest.config.ts
yarn.lock