Skip to content

Commit

Permalink
Merge pull request #1 from dwillhelm/chore/ds_store_ignore
Browse files Browse the repository at this point in the history
CHORE: Add `.Store_DS` and other macOS to `.gitignore`
  • Loading branch information
rileyhickman authored Oct 5, 2023
2 parents b5193fd + f68d5d2 commit 6dee6fb
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,9 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

#macOS
# General
.DS_Store
.AppleDouble
.LSOverride
Binary file removed docs/.DS_Store
Binary file not shown.
Binary file removed docs/source/.DS_Store
Binary file not shown.
Binary file removed examples/.DS_Store
Binary file not shown.
Binary file removed examples/electrochem_demo/.DS_Store
Binary file not shown.
Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed src/atlas/.DS_Store
Binary file not shown.

0 comments on commit 6dee6fb

Please sign in to comment.