Updated: Ignore files when publishing

This commit is contained in:
dvdvideo1234 2023-01-13 20:54:40 +02:00
parent 57b438073c
commit f653546a13
3 changed files with 7 additions and 1 deletions

4
.workshop Normal file
View File

@ -0,0 +1,4 @@
WSID:287012681
REPO:TrackAssemblyTool
ADDN:trackassembly
DATA:(lua resource)

View File

@ -3,4 +3,6 @@
.github .github
.gitattributes .gitattributes
.gitignore .gitignore
.workshop
.tgitconfig
data data

View File

@ -93,7 +93,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
------------ CONFIGURE ASMLIB ------------ ------------ CONFIGURE ASMLIB ------------
asmlib.InitBase("track","assembly") asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","8.700") asmlib.SetOpVar("TOOL_VERSION","8.701")
asmlib.SetIndexes("V" ,1,2,3) asmlib.SetIndexes("V" ,1,2,3)
asmlib.SetIndexes("A" ,1,2,3) asmlib.SetIndexes("A" ,1,2,3)
asmlib.SetIndexes("WV",1,2,3) asmlib.SetIndexes("WV",1,2,3)