chore: add .gitignore file with common exclusions
Add standard exclusions for dependencies, IDE files, and OS-generated files
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
|||||||
|
# Dependencies
|
||||||
|
/node_modules
|
||||||
|
|
||||||
|
# IDEs and editors
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# OS-generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
Reference in New Issue
Block a user