Skip to content

Commit b7be8fd

Browse files
committed
Expand .gitignore
Add common patterns: .DS_Store, editor swap files, node_modules, and *.map to prevent source maps from being re-committed.
1 parent 955d4f8 commit b7be8fd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
.idea/*
1+
.idea/
2+
.DS_Store
3+
*.swp
4+
*.swo
5+
*~
6+
node_modules/
7+
*.map

0 commit comments

Comments
 (0)