Skip to content

Commit

Permalink
improve .gitignore to avoid .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohisa committed Nov 14, 2024
1 parent 56b1007 commit 6a451bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/docfx_project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
/**/bin/
/**/obj/

_site
_site

.DS_Store
2 changes: 2 additions & 0 deletions docs/docfx_project/api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
###############
*.yml
.manifest

.DS_Store
2 changes: 2 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,5 @@ MigrationBackup/

# Fody - auto-generated XML schema
FodyWeavers.xsd

.DS_Store
4 changes: 3 additions & 1 deletion src/Sekiban.Testing/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,6 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc

.DS_Store

0 comments on commit 6a451bc

Please sign in to comment.