Skip to content

Commit

Permalink
'firstcommit'
Browse files Browse the repository at this point in the history
  • Loading branch information
migN01001100 committed Jun 20, 2022
0 parents commit 57effd5
Show file tree
Hide file tree
Showing 6 changed files with 794 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: christianchiarulli
patreon: chrisatmachine
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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


plugin/packer_compiled.lua
Loading

0 comments on commit 57effd5

Please sign in to comment.