diff options
author | Vitaly Takmazov | 2021-03-09 21:38:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | bbc7e4c8956dbddb8deae542c666bb3703422e60 (patch) | |
tree | 19967f8971c805c09150ab6660ad949f9270992a /vnext | |
parent | 181c8b370d7d9088fa650ca061da89a77255992b (diff) |
Update .gitignore
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/.gitignore b/vnext/.gitignore index f47a86b1..2c60e0e0 100644 --- a/vnext/.gitignore +++ b/vnext/.gitignore @@ -1,2 +1,3 @@ node_modules/** -dist/**
\ No newline at end of file +dist/** +.DS_Store
\ No newline at end of file |