Skip to content

Commit fd72e36

Browse files
committed
chore: update .gitignore
1 parent 7fbc99a commit fd72e36

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.gitignore

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
.idea/**/usage.statistics.xml
1313
.idea/**/dictionaries
1414
.idea/**/shelf
15+
.idea/.name
16+
.idea/PMDPlugin.xml
17+
.idea/copilot.data.migration.ask2agent.xml
18+
.idea/ktfmt.xml
19+
.idea/AndroidProjectSystem.xml
1520

1621
# AWS User-specific
1722
.idea/**/aws.xml
@@ -36,14 +41,14 @@
3641
# When using Gradle or Maven with auto-import, you should exclude module files,
3742
# since they will be recreated, and may cause churn. Uncomment if using
3843
# auto-import.
39-
# .idea/artifacts
40-
# .idea/compiler.xml
41-
# .idea/jarRepositories.xml
42-
# .idea/modules.xml
43-
# .idea/*.iml
44-
# .idea/modules
45-
# *.iml
46-
# *.ipr
44+
.idea/artifacts
45+
.idea/compiler.xml
46+
.idea/jarRepositories.xml
47+
.idea/modules.xml
48+
.idea/*.iml
49+
.idea/modules
50+
*.iml
51+
*.ipr
4752

4853
# CMake
4954
cmake-build-*/

0 commit comments

Comments
 (0)