Gitignore changes

This commit is contained in:
Imre Kincses 2023-03-17 13:38:03 +01:00
parent dc3aad6061
commit a1869a48bc
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -194,6 +194,7 @@ publish/
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
**/nuget.config
# Microsoft Azure Build Output
csx/

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="github" value="https://nuget.pkg.github.com/iminet/index.json" />
</packageSources>
</configuration>