Update .gitignore

This commit is contained in:
Anirudh Sevugan 2025-02-02 10:06:34 +05:30 committed by GitHub
parent bc65336647
commit a7f1dcd6a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.gitignore vendored
View File

@ -1,2 +1,16 @@
# Ignore build directories
/build/
/dist/
/bin/
# Ignore system files (macOS, Windows)
.DS_Store .DS_Store
dist/ Thumbs.db
# Ignore node_modules (if you are using Node.js)
node_modules/
# Ignore any other IDE/editor-specific files (VSCode, etc.)
.vscode/
.idea/
*.swp