Skip to content

Commit f00ee04

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

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/node_modules
22
src/browser/chrome/devtools_bundle
3-
.DS_Store/
3+
.DS_Store
44
src/.DS_Store/
55

src/.DS_Store

-6 KB
Binary file not shown.

src/app/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules
22
dist
3-
.DS_Store/
3+
.DS_Store
44
src/.DS_Store/

0 commit comments

Comments
 (0)