diff options
author | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-05-07 12:07:20 -0600 |
---|---|---|
committer | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-05-07 12:07:20 -0600 |
commit | 6c0cfa0857e98889dcc676364f66e184e0250098 (patch) | |
tree | 6766d478fabfd3661b86a0b45095355f87f5b76f /.gitignore | |
parent | 687559dae294cd4454600a0a7eab2f97e87e5922 (diff) | |
parent | 9237fbe5b5599291a9a6f512c7a5275479aece97 (diff) | |
download | tanzanite-6c0cfa0857e98889dcc676364f66e184e0250098.tar.gz tanzanite-6c0cfa0857e98889dcc676364f66e184e0250098.tar.bz2 tanzanite-6c0cfa0857e98889dcc676364f66e184e0250098.zip |
Merge branch 'rewrite' of github.com:NotEnoughUpdates/bush-bot into rewrite
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -249,4 +249,7 @@ fabric.properties src/config/options.ts # Unused sqlite database, uses postgresql now but I am keeping it in here just in case -data.db
\ No newline at end of file +data.db + + +src/config/options_old.ts |