Skip to content

Commit 9dbcf5d

Browse files
committed
Added .DS_Store to .gitignore. bundle.js -> devtools_bundle/bg_bundle.js
1 parent a2e8bf3 commit 9dbcf5d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/node_modules
22
src/browser/chrome/devtools_bundle
3-
.DS_Store
4-
src/.DS_Store
3+
.DS_Store/
4+
src/.DS_Store/
55

src/app/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
2-
dist
2+
dist
3+
.DS_Store/
4+
src/.DS_Store/

0 commit comments

Comments
 (0)