diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-20 14:18:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 14:18:03 +1000 |
commit | 6741a057e5639280d85d0f88ba26f000baa58f61 (patch) | |
tree | 955c597cfa892a0a25d74fbd03c5dfd6014f4ea3 |
Initial commit
-rw-r--r-- | .gitignore | 11 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46f42f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7c0bbb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# OpenStarbound
\ No newline at end of file |