Commit e2d01ee
committed
chore(.gitignore): add buildflow-managed ignore patterns block
Add a comprehensive buildflow-managed section to .gitignore that
covers common patterns across multiple development environments and
toolchains:
- **Secrets/credentials**: .env.local variants, PEM/key files that
might accidentally get committed during local development or testing
- **Databases**: SQLite and similar database files including WAL and
shared memory segments that accumulate during runtime
- **Operating systems**: Platform-specific artifacts (.DS_Store, Thumbs.db,
Spotlight-V100, Trash metadata) that commonly pollute repositories
when cross-platform teams collaborate
- **Editors/IDEs**: Common editor swap files, backup files, and config
directories (.idea/, .vscode/, *~) that should never be committed
- **Logs and temporaries**: General-purpose temp files that various tools
and scripts generate during execution
- **Buildflow artifacts**: buildflow-specific files including audit logs,
workflow baselines, and generated configuration that are runtime/
CI artifacts rather than source
- **Reports and coverage**: Test reports and coverage output directories
The block is delimited with buildflow markers (>>> and <<<) so that
buildflow can detect, regenerate, and manage this section automatically
during project tooling operations.
💘 Generated with Crush
Assisted-by: Crush:MiniMax-M2.7-highspeed1 parent 2e5b080 commit e2d01ee
1 file changed
Lines changed: 46 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
0 commit comments