Update .gitignore

This commit is contained in:
AsmodeusRex 2022-10-31 09:52:49 -07:00
parent 63f554d22b
commit 8469b7b128
3 changed files with 9 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
target/ target/
Cargo.lock

View File

@ -14,7 +14,7 @@ build:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- (cd generator; cargo run --locked) - (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: artifacts:
paths: paths:
- build.zip - build.zip

7
generator/Cargo.lock generated Normal file
View File

@ -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"