Add gitignore to ignore DS_Store and downloads

pull/790/head
Ted McCormick 2024-06-18 19:12:43 -05:00
parent 09e9212741
commit ce429fa243
1 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -49,3 +49,5 @@ service-account.pem
service-account-csr.json service-account-csr.json
*.swp *.swp
.idea/ .idea/
.DS_Store
/downloads/*