diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2022-10-18 21:02:31 +0200 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2022-10-18 21:02:31 +0200 |
commit | 7bc31c0d156feb0cf07949a439b6d29fb07d6b45 (patch) | |
tree | 1ad1494ee27248ff2c8d878adc0d8fb495200d55 /.gitignore | |
parent | 0d07220aeceae94fc05b12c4c98bec9ee28026b4 (diff) |
Added common-nouns list, minor bugfixes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ __pycache__/ -data/ +data/* !data/*.sh +!data/common-* + |