feat: update .gitignore for macOS
This commit is contained in:
parent
faf3477b43
commit
acdfacd972
|
|
@ -8,3 +8,8 @@ example/.dart_tool/package_config_subset
|
||||||
example/.dart_tool/package_graph.json
|
example/.dart_tool/package_graph.json
|
||||||
example/.dart_tool/version
|
example/.dart_tool/version
|
||||||
example/.idea/*
|
example/.idea/*
|
||||||
|
|
||||||
|
# macOS metadata files
|
||||||
|
._*
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue