diff options
author | c+1 | 2024-09-01 21:48:56 -0400 |
---|---|---|
committer | c+1 | 2024-09-01 21:48:56 -0400 |
commit | 94daf8ad98b19afbd4320078b9d1ee25c9fb82f1 (patch) | |
tree | 28adfead942eb55dafdf67505bc326bb3f6e2f26 /.gitignore |
Allows for the uploading of files.
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..27ae3b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.out +uploads/* |