remove gitignored files from repository

This commit is contained in:
nullifiedcat 2017-07-09 19:59:56 +03:00
parent 9664a3c8ad
commit 26f45be6a3
6 changed files with 11 additions and 18 deletions

12
.gitignore vendored
View File

@ -10,7 +10,6 @@
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
README.md
# Build results
[Dd]ebug/
[Dd]ebugPublic/
@ -241,3 +240,14 @@ ModelManifest.xml
# FAKE - F# Make
.fake/
## Ignore .o and .d files (objects and dependencies)
*.o
*.d
# Don't ignore binary resource files
!res/bin/*
## Ignore Data Folder symlink
Data Folder

View File

@ -1,3 +0,0 @@
{
"CurrentProjectSetting": null
}

View File

@ -1,8 +0,0 @@
{
"ExpandedNodes": [
"",
"\\src",
"\\src\\hacks"
],
"PreviewInSolutionExplorer": false
}

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
</Project>