Skip to content

Commit 5bf4f01

Browse files
authored
Merge pull request #28 from dwreeves/gitignore-idea
add .idea to .gitignore
2 parents 1db90db + 7ff5430 commit 5bf4f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ cython_debug/
203203
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
204204
# and can be added to the global gitignore or merged into this file. For a more nuclear
205205
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
206-
#.idea/
206+
.idea/
207207

208208
### Python Patch ###
209209
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration

0 commit comments

Comments
 (0)