From fc4db687254ba3d9e445a8cccd441ef5fdfa244f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 May 2026 17:03:04 -0400 Subject: [PATCH] Track _commit.py in git for build process --- .gitignore | 1 - vrobbler/_commit.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 vrobbler/_commit.py diff --git a/.gitignore b/.gitignore index 53396e8..6413951 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ dist/ .coverage tmp/* vrobbler/static/* -vrobbler/_commit.py diff --git a/vrobbler/_commit.py b/vrobbler/_commit.py new file mode 100644 index 0000000..ddcdfe0 --- /dev/null +++ b/vrobbler/_commit.py @@ -0,0 +1 @@ +commit = "unknown"