shihuojian/nodecloud
080
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.2 3# dependencies4/node_modules5/.lh6/.history7/.pnp8.pnp.js9/.vscode10/static/upload/*11/pwa/*12/app13/pm2_logs14 15# testing16/coverage17 18# next.js19/.next/20/out/21 22# production23/build24 25# misc26.DS_Store27*.pem28 29# debug30npm-debug.log*31yarn-debug.log*32yarn-error.log*33 34# local env files35.env.local36.env.development.local37.env.test.local38.env.production.local39 40# vercel41.vercel42 43#忽略所有.idea目录44.idea/