Skip to content

Commit bf4667a

Browse files
committed
add vscode, pycharm, macos files to gitignore
1 parent 4b51530 commit bf4667a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ cython_debug/
186186
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
187187
# and can be added to the global gitignore or merged into this file. For a more nuclear
188188
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
189-
# .idea/
189+
.idea/
190190

191191
# Abstra
192192
# Abstra is an AI-powered process automation framework.
@@ -199,7 +199,10 @@ cython_debug/
199199
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
200200
# and can be added to the global gitignore or merged into this file. However, if you prefer,
201201
# you could uncomment the following to ignore the entire vscode folder
202-
# .vscode/
202+
.vscode/
203+
204+
# MacOS
205+
.DS_Store
203206

204207
# Ruff stuff:
205208
.ruff_cache/

0 commit comments

Comments
 (0)