Skip to content
Snippets Groups Projects
Commit 7702fb82 authored by Charles-Francis Damedey's avatar Charles-Francis Damedey Committed by Sébastien Blin
Browse files

misc: add .gitignore

Change-Id: I53c9f7011d91d677937873b9b10671eb22ee2683
parent 61411f9a
Branches
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment