From 8469b7b128c4ef5d656862b43281771079fe3fad Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Mon, 31 Oct 2022 09:52:49 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +-- .gitlab-ci.yml | 2 +- generator/Cargo.lock | 7 +++++++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 generator/Cargo.lock diff --git a/.gitignore b/.gitignore index 4470988..9f97022 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -target/ -Cargo.lock \ No newline at end of file +target/ \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58013ef..1ecce0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: - if: $CI_COMMIT_TAG script: - (cd generator; cargo run --locked) - - zip -9r build About Content LoadFolders.xml ReadMe.md + - zip -9r build About Content LoadFolders.xml ReadMe.md changelog.txt artifacts: paths: - build.zip diff --git a/generator/Cargo.lock b/generator/Cargo.lock new file mode 100644 index 0000000..6392a2c --- /dev/null +++ b/generator/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "generator" +version = "1.0.0"