Removed statistic data from .idea

This commit is contained in:
David Vennik
2022-11-16 21:17:28 +01:00
parent 44d8bcadab
commit d408d8d00a
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -19,3 +19,4 @@
/.idea/.gitignore
/.idea/indra.iml
/.idea/codeStyles/codeStyleConfig.xml
/.idea/statistic.xml

View File

@@ -10,11 +10,11 @@ var (
// GitRef is the gitref, as in refs/heads/branchname.
GitRef = "refs/heads/main"
// ParentGitCommit is the commit hash of the parent HEAD.
ParentGitCommit = "e3499b4a8acc48bf381c803ae39d46e60be0ea7c"
ParentGitCommit = "bfc891be5423dc84eff4133d08e9eaa314e9ad3e"
// BuildTime stores the time when the current binary was built.
BuildTime = "2022-11-16T21:15:35+01:00"
BuildTime = "2022-11-16T21:17:28+01:00"
// SemVer lists the (latest) git tag on the build.
SemVer = "v0.0.101"
SemVer = "v0.0.102"
// PathBase is the path base returned from runtime caller.
PathBase = "/home/loki/src/github.com/Indra-Labs/indra/"
// Major is the major number from the tag.
@@ -22,7 +22,7 @@ var (
// Minor is the minor number from the tag.
Minor = 0
// Patch is the patch version number from the tag.
Patch = 101
Patch = 102
)
// Version returns a pretty printed version information string.