added MacOS system file to gitignore

This commit is contained in:
Naveenraj M
2020-05-18 00:42:08 +05:30
parent b393c528e2
commit b7aecab58c

7
.gitignore vendored
View File

@ -1,2 +1,9 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
package-lock.json package-lock.json
node_modules node_modules
# System Files
.DS_Store
Thumbs.db