commit 6ccd33998db15126501aa893a3582f70dd750021 Author: portakal Date: Fri May 22 14:02:19 2026 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72af65e --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> Godot +# Godot 4+ specific ignores +.godot/ +.nomedia + +# Godot-specific ignores +.import/ +export.cfg +export_credentials.cfg +*.tmp + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + +# ---> Go +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Code coverage profiles and other test artifacts +*.out +coverage.* +*.coverprofile +profile.cov + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env + +# Editor/IDE +# .idea/ +# .vscode/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ca97cd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# skyrama-clone + +a skyrama clone from an old fan \ No newline at end of file