Skip to content

Commit

Permalink
Fixed .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
picrap committed Aug 20, 2017
1 parent 69d95f8 commit 0b0dd99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -125,7 +125,7 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
Expand Down Expand Up @@ -185,3 +185,5 @@ FakesAssemblies/
# Arx One FTP specific
credentials.txt
*.auto.cs

.vs/
Binary file removed .vs/ArxOne.Ftp/v15/sqlite3/storage.ide
Binary file not shown.
8 changes: 6 additions & 2 deletions ArxOne.Ftp.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArxOne.Ftp", "ArxOne.Ftp\ArxOne.Ftp.csproj", "{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}"
EndProject
Expand All @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Icon", "Icon", "{6DF56731-0
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1832B687-7669-487F-81F7-4B19EA61EE6C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
credentials.txt = credentials.txt
Default.testsettings = Default.testsettings
Expand Down Expand Up @@ -50,4 +51,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1263A75E-0C7F-41E1-997C-37D1929DE1BE}
EndGlobalSection
EndGlobal

0 comments on commit 0b0dd99

Please sign in to comment.