From 70f9adb9300b6b1df440a9dccf564c9516c30c90 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Wed, 13 Aug 2025 23:26:42 -0400 Subject: [PATCH] Added gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0baf7e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +#Sonarqube +sonarBuild.ps1 +.scannerwork