* feat: track project-level .takt/pieces in version control * feat: track project-level takt facets for customizable resources * chore: include project .takt/config.yaml in git-tracked subset
22 lines
349 B
Plaintext
22 lines
349 B
Plaintext
# Ignore everything by default
|
|
*
|
|
|
|
# This file itself
|
|
!.gitignore
|
|
|
|
# Project configuration
|
|
!config.yaml
|
|
!.takt/
|
|
!.takt/pieces/
|
|
!.takt/pieces/**
|
|
!.takt/personas/
|
|
!.takt/personas/**
|
|
!.takt/policies/
|
|
!.takt/policies/**
|
|
!.takt/knowledge/
|
|
!.takt/knowledge/**
|
|
!.takt/instructions/
|
|
!.takt/instructions/**
|
|
!.takt/output-contracts/
|
|
!.takt/output-contracts/**
|