Skip to content

Commit 6c61e74

Browse files
author
Matteo Milesi
committed
Added .DS_Store to gitignore
1 parent 2054d22 commit 6c61e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8-
workflow_dispatch:
98

109
permissions:
1110
contents: read

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor/
2-
.idea/
2+
.idea/
3+
.DS_Store

0 commit comments

Comments
 (0)