cleanup by splitting the plugin configs

This commit is contained in:
Salar Rahmanian 2023-02-05 19:08:26 -08:00
parent 9a896746d1
commit 92bd1c83a1
10 changed files with 298 additions and 207 deletions

40
.gitignore vendored Normal file
View file

@ -0,0 +1,40 @@
# Compiled Lua sources
luac.out
# luarocks build files
*.src.rock
*.zip
*.tar.gz
# Object files
*.o
*.os
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex