add gitignore, code quality and add fuel system, add sounds for fuelled flight

This commit is contained in:
Sumyjkl 2022-08-10 00:43:20 +10:00
parent 487bddfa10
commit aa68f4af63
8 changed files with 187 additions and 21 deletions

45
.gitignore vendored Normal file
View file

@ -0,0 +1,45 @@
*.blend1
# ---> Lua
# 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