Skip to content

Commit 4cd0b27

Browse files
committed
.gitignore changed; missing repositories.config added
1 parent f5c07a5 commit 4cd0b27

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ packages/*
3535
*.vsp
3636
*.vspx
3737

38+
RaspberrySharp.IO.userprefs

packages/repositories.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<repositories>
3+
<repository path="../Raspberry.IO.Components/packages.config" />
4+
<repository path="../Raspberry.IO.GeneralPurpose/packages.config" />
5+
<repository path="../Raspberry.IO.InterIntegratedCircuit/packages.config" />
6+
<repository path="../Raspberry.IO.SerialPeripheralInterface/packages.config" />
7+
<repository path="../Tests/Test.Gpio.DHT11/packages.config" />
8+
<repository path="../Tests/Test.Gpio.HCSR04/packages.config" />
9+
<repository path="../Tests/Test.Gpio.MCP3008/packages.config" />
10+
<repository path="../Tests/Test.Gpio.Pca9685/packages.config" />
11+
<repository path="../UnitTests/Tests.Raspberry.IO.Components/packages.config" />
12+
<repository path="../UnitTests/Tests.Raspberry.IO.Interop/packages.config" />
13+
<repository path="../UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/packages.config" />
14+
<repository path="../UnitTests/Tests.Raspberry.IO/packages.config" />
15+
</repositories>

0 commit comments

Comments
 (0)