From 2d9329f71767afd3ebc33bbe078f3490ad1dba01 Mon Sep 17 00:00:00 2001 From: Cody Larkin Date: Mon, 17 Nov 2025 19:51:43 -0500 Subject: [PATCH] Initial commit --- .gitignore | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE.md | 2 ++ README.md | 1 + 3 files changed, 77 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6582eaf --- /dev/null +++ b/.gitignore @@ -0,0 +1,74 @@ +# Visual Studio 2015 user specific files +.vs/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* +Plugins/*/Binaries/* + +# Builds +Build/* + +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* +Plugins/*/Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..445f6bb --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,2 @@ + +Copyright (C) 2025 Cody Larkin diff --git a/README.md b/README.md new file mode 100644 index 0000000..c94e66a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# OpenConflict