Skip to content

Commit

Permalink
FIX: Generalize .code-workspace in .gitignore (#5139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin4667 authored Sep 5, 2024
2 parents 906f324 + 5d8ef37 commit 10fba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ scratch_notebooks/

# Visual studio code local settings
.vscode/
*.code-workspace

# EDB temp and backup files
*.aedb.bak/
Expand All @@ -400,4 +401,3 @@ model.index\+

# test coverage output
/.cov/
/pyaedt.code-workspace

0 comments on commit 10fba1b

Please sign in to comment.