diff options
| author | Leonard Kugis <leonard@kug.is> | 2023-03-21 17:56:07 +0100 | 
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2023-03-21 17:56:07 +0100 | 
| commit | 91ea248b5f79bfa600bf36ec3d5fe08fa507c5db (patch) | |
| tree | 6e6457bd82015f8b76818530ee12b15132f422cd /.gitignore | |
| parent | 7933e644867efdf9f92a45fe7698b67435cd771d (diff) | |
| download | file-tagger-91ea248b5f79bfa600bf36ec3d5fe08fa507c5db.tar.gz | |
Implemented basic functionality with GUI
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -1,3 +1,4 @@ +/test/  # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,windows,macos,python,pycharm  # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,linux,windows,macos,python,pycharm | 
