Add mod definition file for RCON Data Bridge, updated .gitignore
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,24 +1,23 @@
|
|||||||
# ---> Lua
|
.idea
|
||||||
# Compiled Lua sources
|
|
||||||
|
pzlibs
|
||||||
|
.emmyrc.json
|
||||||
|
|
||||||
luac.out
|
luac.out
|
||||||
|
|
||||||
# luarocks build files
|
|
||||||
*.src.rock
|
*.src.rock
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
# Object files
|
|
||||||
*.o
|
*.o
|
||||||
*.os
|
*.os
|
||||||
*.ko
|
*.ko
|
||||||
*.obj
|
*.obj
|
||||||
*.elf
|
*.elf
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
*.gch
|
||||||
*.pch
|
*.pch
|
||||||
|
|
||||||
# Libraries
|
|
||||||
*.lib
|
*.lib
|
||||||
*.a
|
*.a
|
||||||
*.la
|
*.la
|
||||||
@@ -26,18 +25,14 @@ luac.out
|
|||||||
*.def
|
*.def
|
||||||
*.exp
|
*.exp
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
|
||||||
*.dll
|
*.dll
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
*.i*86
|
*.i*86
|
||||||
*.x86_64
|
*.x86_64
|
||||||
*.hex
|
*.hex
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
7
Contents/mods/RconDataBridge/42/mod.info
Normal file
7
Contents/mods/RconDataBridge/42/mod.info
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
name=RCON Data Bridge
|
||||||
|
id=RconDataBridge
|
||||||
|
description=
|
||||||
|
poster=poster.png
|
||||||
|
author=Overlord_303
|
||||||
|
modversion=0.1.0
|
||||||
|
versionMin=42.0.0
|
||||||
Reference in New Issue
Block a user