Skip to content

Commit e369e1c

Browse files
committed
chore: Ignore .vscode/launch.json
Launch configuration may need to be updated by each developer, for example to pass different arguments when testing different commands.
1 parent b48e799 commit e369e1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,7 @@ cython_debug/
158158
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
159159
# and can be added to the global gitignore or merged into this file. For a more nuclear
160160
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
161-
#.idea/
161+
#.idea/
162+
163+
# VS Code settings
164+
.vscode/launch.json

0 commit comments

Comments
 (0)