Files
uai-editor/.npmignore
T

23 lines
300 B
Plaintext
Raw Normal View History

2024-12-18 20:44:36 +08:00
// 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