From f9b3ecf8d5e811ecfe3c5a9b7d2faa0a49aec87d Mon Sep 17 00:00:00 2001 From: "Pavel@Vostro5468" Date: Wed, 5 Jan 2022 18:39:15 +0300 Subject: [PATCH] gitignore fix --- .dockerignore | 4 +++- .gitignore | 2 ++ build | 2 +- last_version | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 last_version diff --git a/.dockerignore b/.dockerignore index 319f0b8..97790be 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,4 @@ /images -/.git \ No newline at end of file +/.git +/last_version +/init_version diff --git a/.gitignore b/.gitignore index 187d362..5ebb6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /images +/last_version +/init_version diff --git a/build b/build index 8504bca..49f65da 100755 --- a/build +++ b/build @@ -22,7 +22,7 @@ if [ ! -f last_version ] then if [ ! -f init_version ] then - echo "init_version not found!" + echo "1000" > init_version exit fi cp init_version last_version diff --git a/last_version b/last_version deleted file mode 100644 index 73d9381..0000000 --- a/last_version +++ /dev/null @@ -1 +0,0 @@ -100056