Commit 29a8bae
committed
Ensures data directory is ignored
Adds `data/` to the `.gitignore` to prevent local, transient, or sensitive data files from being committed to the repository. This change is applied both directly to the project's `.gitignore` and programmatically through the `init` command, standardizing its exclusion for new projects.1 parent ab6ac83 commit 29a8bae
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
0 commit comments