commit 0fc39366c1827ed49c2a6b83ba19e1fb7b967f09 Author: 康冉冉 Date: Thu Oct 9 17:42:42 2025 +0800 create .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4039cce --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +.DS_Store +node_modules/ +dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/*.log + +tests/**/coverage/ +tests/e2e/reports +selenium-debug.log + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.local + +package-lock.json +yarn.lock +dist.zip +dist