Expand .gitignore

This commit is contained in:
Nuwan Yapa 2024-06-14 13:55:35 -04:00
parent e8671512a4
commit cc452c8fe6
1 changed files with 16 additions and 0 deletions

16
.gitignore vendored
View File

@ -1,3 +1,19 @@
# Misc
temp/*
scratch/*
hpc/*
# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
# Files generated by invoking Julia with --code-coverage # Files generated by invoking Julia with --code-coverage
*.jl.cov *.jl.cov
*.jl.*.cov *.jl.*.cov