diff options
author | Wolfgang Müller | 2022-02-22 11:35:39 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-02-22 11:35:39 +0100 |
commit | 6ff26d2bbfc7ade30ee0c3e38682ef689b73bda6 (patch) | |
tree | 70fb2980be82f73270add890c1ce8a0988a6e9e6 /.gitignore | |
download | beets-oriole-6ff26d2bbfc7ade30ee0c3e38682ef689b73bda6.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4176048 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.egg-info/ +/build/ +/dist/ |