Files
turingflow-landing-001/.gitignore
“dongming” cce2baf1d8 first commit
2025-12-18 22:54:30 +08:00

31 lines
386 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
dist
dist-ssr
*.local
.pnpm-store
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*