Skip to content

Instantly share code, notes, and snippets.

View lexnewgate's full-sized avatar
💭
I may be slow to respond.

lexnewgate lexnewgate

💭
I may be slow to respond.
  • Blackjack
  • Shanghai
View GitHub Profile
@lexnewgate
lexnewgate / .gitignore
Created December 21, 2018 07:56
UnityIgnore
**/.vs
**/Library
**/obj
**/bin
@lexnewgate
lexnewgate / premake5.lua
Created September 25, 2017 10:13
premake_lua5
workspace "lua5"
configurations "Debug"
targetdir "bin/debug"
configurations "Release"
targetdir "bin/release"
language "C"
files {
"src/*.c",