diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-09 15:58:20 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-09 15:58:20 +0100 |
| commit | ef064591d9f31c88df27624277ee9747bd806a74 (patch) | |
| tree | 17d6d672d1291e0038ba0577f834ec515496e907 | |
| parent | 3dc01fbb930a4eacf416a9cc7911d90da75e6c33 (diff) | |
Add the changes to the 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..fc0846e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Data files +*.csv
\ No newline at end of file |
