Skip to content

Commit 0436867

Browse files
feat: added .DS_Store to default gitignore (#154)
1 parent 4e993b6 commit 0436867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moccasin/constants/file_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
.deployments*
184184
.deployments.db
185185
era_test_node.log
186+
.DS_Store
186187
"""
187188

188189
COUNTER_VYPER_CONTRACT_SRC = """# pragma version 0.4.0

0 commit comments

Comments
 (0)