diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-09 16:38:22 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-09 16:38:22 +0100 |
| commit | 02d11ff6d5392ae6207380ea7656f8060a5a8c0b (patch) | |
| tree | c558132c92eb6837f535377f9fdb1633301b45ad /.gitignore | |
| parent | b5cbc5700ad9dc4298d2d41d3f9361cfb033214a (diff) | |
Updated the deploy step
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ # Data files -*.csv
\ No newline at end of file +*.csv + +# Output files +public
\ No newline at end of file |
