Skip to content

Commit 5780b42

Browse files
maxisbeyclaude
andcommitted
chore: uncomment .idea/ in .gitignore
Enable ignoring of JetBrains IDE configuration files by uncommenting the .idea/ entry in .gitignore. This prevents IDE-specific settings from being committed to the repository. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d1ac8d6 commit 5780b42

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
@@ -162,7 +162,7 @@ cython_debug/
162162
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
163163
# and can be added to the global gitignore or merged into this file. For a more nuclear
164164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
165-
#.idea/
165+
.idea/
166166

167167
# vscode
168168
.vscode/

0 commit comments

Comments
 (0)