Skip to content

Commit 0b82317

Browse files
committed
Update gitignore
1 parent 97b3f25 commit 0b82317

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,12 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
# Temporary files
161163
tmp
162-
.vscode
164+
165+
# VS Code settings
166+
.vscode
167+
168+
# profiling data
169+
.profile

0 commit comments

Comments
 (0)