diff options
| author | Jamie Mansfield <[email protected]> | 2017-06-11 22:31:02 +0100 |
|---|---|---|
| committer | Jamie Mansfield <[email protected]> | 2017-06-11 22:31:46 +0100 |
| commit | eef1e2b945d0eefd8dfd371d5d3c432608aaae2e (patch) | |
| tree | a631bd10b751685d5ce598bfa07570e07aa827f6 /.vs/VSWorkspaceState.json | |
| parent | 4b20ee479f2101b691e2254de3228ce9e60c6377 (diff) | |
| download | histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.tar.gz histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.tar.bz2 histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.zip | |
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
Diffstat (limited to '.vs/VSWorkspaceState.json')
| -rw-r--r-- | .vs/VSWorkspaceState.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json deleted file mode 100644 index 6ccf169..0000000 --- a/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ExpandedNodes": [ - "", - "\\TimeHACK.Engine" - ], - "SelectedNode": "\\TimeHACK.Engine\\MessageParser.cs", - "PreviewInSolutionExplorer": false -}
\ No newline at end of file |
