Skip to content

Commit

Permalink
chore: added system files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Schischke, David authored and FabianScheidt committed Nov 6, 2023
1 parent 1649380 commit bb43c4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions {{cookiecutter.repo_name}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ venv.bak/
.idea
.vscode

# System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Data
data/*
!data/raw/

0 comments on commit bb43c4b

Please sign in to comment.