Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Schaeflein committed Apr 24, 2024
1 parent ba9292d commit 144f1c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*.user
*.userosscache
*.sln.docstates
appsettings.development.json

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down Expand Up @@ -360,4 +361,4 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
1 change: 1 addition & 0 deletions graph-community-spclient.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{DE8A8B98-38E7-4918-AAA7-09C6D2D2E6FB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-commands.txt = build-commands.txt
.github\workflows\build.yml = .github\workflows\build.yml
CONTRIBUTING.md = CONTRIBUTING.md
Expand Down
14 changes: 0 additions & 14 deletions sample/appSettings.Development.json

This file was deleted.

0 comments on commit 144f1c5

Please sign in to comment.