From eef1e2b945d0eefd8dfd371d5d3c432608aaae2e Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sun, 11 Jun 2017 22:31:02 +0100 Subject: repo: Improve gitignore and gitattributes The gitignore has been improved to ignore the following: - IDE configuration for Visual Studio, VSCode, and Rider - OS files for macOS, Linux, and Windows The gitattributes has been improved to properly diff the following: - Normalise line endings - Common Files - .md, .png, etc - C# Files - Visual Studio Files --- .vs/TimeHACK/v14/.suo | Bin 111104 -> 0 bytes .vs/TimeHACK/v15/.suo | Bin 146944 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .vs/TimeHACK/v14/.suo delete mode 100644 .vs/TimeHACK/v15/.suo (limited to '.vs/TimeHACK') diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo deleted file mode 100644 index d7b4ed3..0000000 Binary files a/.vs/TimeHACK/v14/.suo and /dev/null differ diff --git a/.vs/TimeHACK/v15/.suo b/.vs/TimeHACK/v15/.suo deleted file mode 100644 index fd8dc2a..0000000 Binary files a/.vs/TimeHACK/v15/.suo and /dev/null differ -- cgit v1.2.3