Skip to content

Commit

Permalink
Merge pull request #19 from ScottLogic/ignore-ds-store
Browse files Browse the repository at this point in the history
Add Mac DS_Store files and VSCode settings to ignore list
  • Loading branch information
mgriffin-scottlogic authored Feb 23, 2024
2 parents ea156df + 39a2e85 commit f9c433e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ _site/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/
vendor/
# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store
# Ignore .vscode settings folder
.vscode/
Binary file removed assets/.DS_Store
Binary file not shown.

0 comments on commit f9c433e

Please sign in to comment.