commit c95af9b7a69c6f741bd65ba50870f60b1fcdd944 Author: Buduf Date: Thu Jun 30 10:50:07 2022 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f5cde0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# ---> 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 + + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..930d950 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ComputerCraft + +Scripts for CC: Tweaked \ No newline at end of file