Files
cligen/.gitignore
T
tristan f2d5c84f2b Made changes:
- Updated .gitignore to include specs
- Re-licensed to MPL-2.0 as I want any modifications to be pushed back
  to the main codebase so that the ecosystem can benefit from developer
  adoption
- Updated LICENSE & shard.yml with new license
- Changed author to personal email as this is not being done for my
  company
2026-08-30 12:52:16 -05:00

16 lines
131 B
Plaintext

*
!CLAUDE.md
!lib/
!lib/cligen
!src/
!src/**
!shard.yml
!README.md
!design.adoc
!docs/
!docs/**
!Makefile
!LICENSE
!spec/
!spec/**