Skip to content

Commit 989b926

Browse files
committed
build(gitignore): updates .gitignore
adds `dist/.DS_Store` so `npm` will ignore it 👍
1 parent 260ea82 commit 989b926

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
node_modules
33
# public
44
dist/*.gz
5-
dist/*.map
5+
dist/*.gz
6+
dist/.DS_Store
67
coverage
78
docs/.vuepress/dist
89
# dist

Diff for: NOTES.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Things To Remember And Add To Other Notes file
44
5+
:thumbsup:
6+
57
## Importing Quill's styles
68

79
``` scss

0 commit comments

Comments
 (0)