From 130c723fbebba0cf4f19f200134cee0dc3dbe4a3 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Mon, 5 Dec 2022 14:53:46 -0500 Subject: [PATCH] Add gitattributes --- . gitattributes | 13 ++++++++ README.md | 2 +- .../skinsdb_3d_armor_character_5.blend | Bin .../x_bows_3d_armor_character.blend | Bin {models => assets}/x_bows_arrow.blend | Bin {models => assets}/x_bows_character.blend | Bin bitbucket-pipelines.yml | 30 ------------------ screenshot.1.png => screenshot.png | Bin 8 files changed, 14 insertions(+), 31 deletions(-) create mode 100644 . gitattributes rename {models => assets}/skinsdb_3d_armor_character_5.blend (100%) rename {models => assets}/x_bows_3d_armor_character.blend (100%) rename {models => assets}/x_bows_arrow.blend (100%) rename {models => assets}/x_bows_character.blend (100%) rename screenshot.1.png => screenshot.png (100%) diff --git a/. gitattributes b/. gitattributes new file mode 100644 index 0000000..4bde0a8 --- /dev/null +++ b/. gitattributes @@ -0,0 +1,13 @@ +# Creating an archive + +.* export-ignore +assets export-ignore +scripts export-ignore +bin export-ignore +docs export-ignore +types export-ignore +*.zip export-ignore +bitbucket-pipelines.yml export-ignore +package.json export-ignore +package-lock.json export-ignore +screenshot*.png export-ignore diff --git a/README.md b/README.md index 8bffdde..b9de0d7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Adds bow and arrows with API. The goal of this Mod is to make most complete single bow with arrow what will work with MTG damage system, time from last punch as simple as possible. Eventually due to the damage tiers in MTG additional arrows were added. -![screenshot](screenshot.1.png) +![screenshot](screenshot.png) Video: https://youtu.be/pItpltmUoa8 diff --git a/models/skinsdb_3d_armor_character_5.blend b/assets/skinsdb_3d_armor_character_5.blend similarity index 100% rename from models/skinsdb_3d_armor_character_5.blend rename to assets/skinsdb_3d_armor_character_5.blend diff --git a/models/x_bows_3d_armor_character.blend b/assets/x_bows_3d_armor_character.blend similarity index 100% rename from models/x_bows_3d_armor_character.blend rename to assets/x_bows_3d_armor_character.blend diff --git a/models/x_bows_arrow.blend b/assets/x_bows_arrow.blend similarity index 100% rename from models/x_bows_arrow.blend rename to assets/x_bows_arrow.blend diff --git a/models/x_bows_character.blend b/assets/x_bows_character.blend similarity index 100% rename from models/x_bows_character.blend rename to assets/x_bows_character.blend diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 767b39b..70b139a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -31,36 +31,6 @@ pipelines: script: - nvm use v17.2.0 - npm run lua-diagnostics - branches: - master: - - step: - name: Install Node Dependencies - caches: - - node-modules - - npm - - nvm - script: - - nvm install v17.2.0 - - npm i -g npm@8 - - npm ci - - parallel: - - step: - name: Lua Check - script: - - apt-get update - - apt-get -y install lua5.1 - - apt-get -y install luarocks - - luarocks install luacheck - - luacheck . - - step: - name: Lua Diagnostics - caches: - - node-modules - - npm - - nvm - script: - - nvm use v17.2.0 - - npm run lua-diagnostics tags: "*": - step: diff --git a/screenshot.1.png b/screenshot.png similarity index 100% rename from screenshot.1.png rename to screenshot.png