Skip to content

Commit e561b1d

Browse files
committedMay 1, 2023
Ignore IDEA files
1 parent 1e48a07 commit e561b1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎.gitignore

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ build
5858
# When using Gradle or Maven with auto-import, you should exclude module files,
5959
# since they will be recreated, and may cause churn. Uncomment if using
6060
# auto-import.
61-
# .idea/artifacts
62-
# .idea/compiler.xml
63-
# .idea/jarRepositories.xml
64-
# .idea/modules.xml
65-
# .idea/*.iml
66-
# .idea/modules
67-
# *.iml
68-
# *.ipr
61+
.idea/artifacts
62+
.idea/compiler.xml
63+
.idea/jarRepositories.xml
64+
.idea/modules.xml
65+
.idea/*.iml
66+
.idea/modules
67+
*.iml
68+
*.ipr
6969

7070
# CMake
7171
cmake-build-*/

0 commit comments

Comments
 (0)
Please sign in to comment.