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

4
.gitignore vendored
View File

@ -48,4 +48,6 @@ service-account.csr
service-account.pem
service-account-csr.json
*.swp
.idea/
.idea/
.DS_Store
/downloads/*