/ .gitignore
.gitignore
 1  .idea
 2  .cache
 3  compile_commands.json
 4  
 5  bin/
 6  build/
 7  Debug
 8  
 9  .luaenv/*
10  
11  *.bin