Skip to content

Commit d397193

Browse files
committed
remove DS_Store
1 parent 3f73ece commit d397193

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
# IntelliJ
12
.idea/
23

4+
# Package management
35
node_modules/
4-
56
yarn-error.json
67
.yarn/*
78
!.yarn/releases
89
!.yarn/plugins
910
!.yarn/sdks
1011
!.yarn/versions
1112

13+
# Build
1214
dist/
15+
16+
# MacOS
17+
.DS_Store

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)