Add gitattributes
This commit is contained in:
parent
b338676258
commit
130c723fbe
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Before Width: | Height: | Size: 634 KiB After Width: | Height: | Size: 634 KiB |
Ŝarĝante…
Reference in New Issue