Skip to content

Commit f783e9a

Browse files
committed
Update gitignore to ignore specific Mac files
1 parent 6c29556 commit f783e9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/nbproject/private/
22
/build/
33
/dist/
4-
*.class
4+
*.class
5+
6+
# Mac OS System
7+
.DS_Store*
8+
._*

0 commit comments

Comments
 (0)