chore: add .vscode and .idea to .gitignore

This commit is contained in:
MisileLaboratory 2023-04-02 10:24:51 +00:00 committed by João Marcos
parent 36c2b7fe31
commit f794f58328

4
.gitignore vendored
View File

@ -16,3 +16,7 @@ artifacts/
/benchmarks/input.*
/benchmarks/*.md
!/benchmarks/results.md
# IDE-specific setting
.vscode
.idea