diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-09-05 11:48:32 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-09-05 11:48:32 -0400 |
commit | 060ab70bfd4d539f7c1847f2a8372ce1bef6d299 (patch) | |
tree | 024fc327fc34b5148aa106a292f86f5da9e4e4fa | |
parent | a308af937d8c2dbdf8f8d25b624701f77dbb06a2 (diff) | |
download | sowbot3-060ab70bfd4d539f7c1847f2a8372ce1bef6d299.tar.gz sowbot3-060ab70bfd4d539f7c1847f2a8372ce1bef6d299.tar.bz2 sowbot3-060ab70bfd4d539f7c1847f2a8372ce1bef6d299.zip |
add .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..5c87730 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +config.json +data.json
\ No newline at end of file |