diff options
author | Matt Arnold | 2022-02-20 18:33:55 -0500 |
---|---|---|
committer | Matt Arnold | 2022-02-20 18:33:55 -0500 |
commit | 13381bc12504eb0c2afcf193de6754666213739c (patch) | |
tree | bce8e9941a9a357f2a83a3989f5e859be85e4f78 /.gitignore | |
parent | 6938bd4862d8a934044b27277eab1773c0805819 (diff) |
Major rewrite to use a proper irc tokenizer json for configuration, and other such QOL improvements
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index de2d5e0..6d979ed 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# ignore config file +config.json |