Merge pull request #28 from ThomasRubini/gitignore

add .idea and .vscode to gitignore
This commit is contained in:
Nicolas LAURENT 2023-01-19 15:50:27 +01:00 committed by GitHub
commit f40498319c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
vendor
.env
.idea
.vscode