diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-02 14:00:59 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-02 14:00:59 +0100 |
| commit | d1d1eef768e58c14635f3cd4078167c5009c2a8c (patch) | |
| tree | 413aa147ad0df11e27a7de1be2e016e77e8d26de /.gitignore | |
| parent | ce4dc08e96c18dd88ffbc1ad641b1f18d4baf3bd (diff) | |
| download | stock-d1d1eef768e58c14635f3cd4078167c5009c2a8c.tar.gz stock-d1d1eef768e58c14635f3cd4078167c5009c2a8c.tar.bz2 stock-d1d1eef768e58c14635f3cd4078167c5009c2a8c.zip | |
Untrack import/data CSV files; add .gitignore and .gitkeep
CSV data files are site-specific and should not be distributed.
import/data/ is now gitignored with a .gitkeep to preserve the
empty directory for deployments.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6dbdd18 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +import/data/* +!import/data/.gitkeep |
