From 32a2a52ad4bc5821b8be68e4a0ff9348f8ade49a Mon Sep 17 00:00:00 2001 From: baz Date: Mon, 10 Jun 2024 19:26:41 +0100 Subject: [PATCH] Init commit --- .gitattributes | 1 + .gitignore | 22 ++++++++++++++++++++++ README.md | 8 ++++++++ 3 files changed, 31 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e8f1d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Content/** filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87e9962 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +Binaries +Build +DerivedDataCache +Intermediate +Platforms/HoloLens +Saved +.vscode +.vs +.vsconfig +*.VC.db +*.opensdf +*.opendb +*.sdf +*.sln +*.suo +*.xcodeproj +*.xcworkspace +.idea/ + +Plugins/Developer/RiderLink/ + +tank.sln.DotSettings.user diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9dfe57 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Vampires + +*This game has never been done before.* + +## Required Software + + - Unreal Engine 5.3 (or later) + - An IDE (Visual Studio 20XX, Rider) \ No newline at end of file