commit 1ae6ab3f17d47c1f991fad58cc2bedd13e0e1ec6 Author: zhouwentao <1577701412@qq.com> Date: Wed Apr 10 17:15:05 2024 +0800 git diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6aef0f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +node_modules +.DS_Store +.github +dist +.npmrc +.cache + +tests/server/static +tests/server/static/upload + +.local +# local env files +.env.local +.env.*.local +.eslintcache + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.svn +# .vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +/os_del.cmd +os_del.cmd +/.vscode/ +/.history/ +/svn clear.bat