Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bca0f6a

Browse files
author
Courtney Brousseau
authored
Merge pull request #244 from GSA/cb_ignore-DS_Store
Add .DS_Store to .gitignore
2 parents 64f083a + dc5de88 commit bca0f6a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ typings/
7171
*.swp
7272

7373
# code.gov plugins
74-
/src/components/plugins
74+
/src/components/plugins
75+
76+
# .DS_Store
77+
.DS_Store

0 commit comments

Comments
 (0)