- version.py should not be tracked in git

This commit is contained in:
nicobo 2021-01-20 18:04:04 +01:00
parent 05f944d145
commit 14a324eac2
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F
2 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View file

@ -132,3 +132,6 @@ dmypy.json
**/local*
**/priv*
**/.omemo
**/Dockerfile-dev
nicobot/version.py*

View file

@ -1,5 +0,0 @@
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
version = '0.1.dev58+g75840b0.d20201220'
version_tuple = (0, 1, 'dev58+g75840b0', 'd20201220')