Skip to content

Commit a00aecc

Browse files
authored
dev: ignore macOS metadata file (#627)
Ignore launch.json for local VSCode development
1 parent 5ae2101 commit a00aecc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616

1717
# Environment files
1818
.env
19+
20+
# MacOS filesystem files
21+
.DS_Store
22+
23+
# VS Code Launch file
24+
launch.json

0 commit comments

Comments
 (0)