Files
timi-config/.gitignore
Timi df0610c15f refactor: simplify ConfigLoader and enhance ConfigRepresenter
- Bump version to 0.0.2 and update timi-io dependency
- Refactor ConfigLoader with cleaner SnakeYAML integration
- Add LoaderOptions security settings (recursion limit, alias limit, size limit)
- Enhance ConfigRepresenter to skip null values and improve enum serialization
- Remove RawMapper inner class and rawMappingList in favor of direct field reflection
- Simplify converter mechanism with cleaner serialize/deserialize flow
- Update tests to match new simplified API
- Add .claude and temp files to .gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 18:19:31 +08:00

46 lines
557 B
Plaintext

target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
test*.yaml
*_test.txt
/.claude
/CLAUDE.md
/AGENTS.md
tmpclaude-*