Skip to content

Commit 36d1c80

Browse files
committed
Update .gitignore to ignore .idea directory
The .idea directory generated by JetBrains tools like PyCharm has been added to the .gitignore file. Thus, preventing any IDE-specific files from being accidentally included in the repository. This keeps the project cleaner and prevents files from interfering with others’ development environments.
1 parent 633aa1b commit 36d1c80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,5 @@ x86/
126126
bld/
127127
file.json
128128
dataSources.local.xml
129+
130+
.idea/

0 commit comments

Comments
 (0)