diff options
author | msglm <msglm@techchud.xyz> | 2023-01-11 20:49:28 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-11 20:49:28 -0600 |
commit | b9d8d41e2f1ad23ebe5d43d96f283822209f49b9 (patch) | |
tree | fe0fd0051dba248e5adfcdfa3a636f959ec0f40c /.gitignore | |
parent | 466e5376d61f004169fce19c8e20d192d272b59e (diff) | |
download | indeedwatcher-b9d8d41e2f1ad23ebe5d43d96f283822209f49b9.tar.gz indeedwatcher-b9d8d41e2f1ad23ebe5d43d96f283822209f49b9.tar.bz2 indeedwatcher-b9d8d41e2f1ad23ebe5d43d96f283822209f49b9.zip |
4 big improvements
config, if it doesn't exist, is created
cache, if it doesn't exist, is created
nimble build system added
you can now blacklist words from job titles
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e660fd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/ |