From 7702fb82a2705917b535b8dc673ecff102b3d1ae Mon Sep 17 00:00:00 2001 From: fed <charles-francis.damedey@savoirfairelinux.com> Date: Fri, 26 May 2023 10:58:09 -0400 Subject: [PATCH] misc: add .gitignore Change-Id: I53c9f7011d91d677937873b9b10671eb22ee2683 --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c709285 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# TypeScript-specific ignores +*.tsbuildinfo + +# Node.js ignores +node_modules/ +npm-debug.log +yarn-error.log + +# Build output ignores +dist/ +build/ +lib/ + +# Documentation ignores +docs/ + +# IDE and editor ignores +.vscode/ +.idea/ +*.sublime-* +*.swp +*.swo + +# Test and coverage ignores +coverage/ +.nyc_output/ + +# Log files +*.log + +# OS-specific ignores +.DS_Store +Thumbs.db -- GitLab