fix gitignore to avoid ignoring subfolders. add missing lua file
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
local ipairs = ipairs
|
||||
|
||||
module "Access"
|
||||
|
||||
function find_access_tag(source,access_tags_hierachy)
|
||||
for i,v in ipairs(access_tags_hierachy) do
|
||||
local tag = source.tags:Find(v)
|
||||
if tag ~= '' then
|
||||
return tag
|
||||
end
|
||||
end
|
||||
return nil
|
||||
end
|
||||
Reference in New Issue
Block a user