From 82a0d0d405d4c8bc6528f0b1438fcefea5c5deb6 Mon Sep 17 00:00:00 2001 From: sosokker Date: Wed, 24 Apr 2024 15:11:34 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1beb52a..53cc89e 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,30 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -Human-Falling-Detect-Tracks-master/ \ No newline at end of file +# 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? + + +ActionDetector/