Skip to content

Commit 438e9d1

Browse files
committed
Update .gitignore
1 parent 652e1c4 commit 438e9d1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ testing-project
33
.mypy_cache
44
# poetry.lock
55
dev-link/
6+
7+
.DS_STORE

{{cookiecutter.project_slug}}/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ docker-stack.yml
44
*.txt
55
.env
66
*.code-workspace
7-
.s3cfg
7+
.s3cfg
8+
9+
.DS_STORE
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
__pycache__
22
app.egg-info
3+
4+
.DS_STORE

0 commit comments

Comments
 (0)