2021-01-11 17:23:22 +08:00
|
|
|
.DS_Store
|
|
|
|
node_modules
|
|
|
|
/dist
|
|
|
|
*.zip
|
2022-04-18 17:02:57 +08:00
|
|
|
*.rar
|
2023-06-07 09:47:23 +08:00
|
|
|
.VSCodeCounter
|
2021-01-11 17:23:22 +08:00
|
|
|
|
2023-03-03 23:27:02 +08:00
|
|
|
package-lock.json
|
|
|
|
|
2021-01-11 17:23:22 +08:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|