Skip to content

Commit facad23

Browse files
authored
Merge pull request #40 from fightBoxing/chore/gitignore-cleanup
chore: stop tracking IDE personal config & test-data runtime files
2 parents e64c6ab + 74d7344 commit facad23

17 files changed

Lines changed: 24 additions & 13447 deletions

.gitignore

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,33 @@ target/
22
!.mvn/wrapper/maven-wrapper.jar
33
!**/src/main/**/target/
44
!**/src/test/**/target/
5+
dependency-reduced-pom.xml
56

67
### IntelliJ IDEA ###
78
.idea/modules.xml
89
.idea/jarRepositories.xml
910
.idea/compiler.xml
1011
.idea/libraries/
12+
.idea/workspace.xml
13+
.idea/tasks.xml
14+
.idea/usage.statistics.xml
15+
.idea/dictionaries
16+
.idea/shelf
17+
.idea/CopilotChatHistory.xml
18+
.idea/CopilotChatTabs.xml
19+
.idea/encodings.xml
20+
.idea/MarsCodeWorkspaceAppSettings.xml
21+
.idea/material_theme_project_new.xml
22+
.idea/material_theme_*.xml
1123
*.iws
1224
*.iml
1325
*.ipr
1426

27+
### IntelliJ IDEA / Eclipse build output ###
28+
out/
29+
!**/src/main/**/out/
30+
!**/src/test/**/out/
31+
1532
### Eclipse ###
1633
.apt_generated
1734
.classpath
@@ -38,4 +55,10 @@ build/
3855
.DS_Store
3956

4057
### CodeBuddy ###
41-
.codebuddy/
58+
.codebuddy/
59+
60+
### Subagent Configuration ###
61+
.agents/
62+
63+
### Lance test data (generated at runtime) ###
64+
test-data/

.idea/CopilotChatHistory.xml

Lines changed: 0 additions & 13418 deletions
This file was deleted.

.idea/CopilotChatTabs.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.idea/MarsCodeWorkspaceAppSettings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Binary file not shown.
-332 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-490 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)