add .idea to gitignore (#39)

This commit is contained in:
AwesomestCode 2021-03-02 08:47:40 -05:00 committed by GitHub
parent 0265d30304
commit 36a43a97fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -3,3 +3,5 @@ package-lock.json
.vscode
public
.DS_Store
.idea/
*.iml