Browse Source

Added gitignore, license info, and submodule

Clara Hobbs 7 years ago
parent
commit
44ec67ab9b
4 changed files with 22 additions and 1 deletions
  1. 13
    0
      .gitignore
  2. 3
    0
      .gitmodules
  3. 5
    1
      README.md
  4. 1
    0
      pd-buddy-openscad

+ 13
- 0
.gitignore View File

@@ -0,0 +1,13 @@
1
+# G-Code
2
+*.g
3
+*.gco
4
+*.gcode
5
+*.nc
6
+
7
+# Exported files
8
+*.stl
9
+*.off
10
+*.amf
11
+*.dxf
12
+*.svg
13
+*.csg

+ 3
- 0
.gitmodules View File

@@ -0,0 +1,3 @@
1
+[submodule "pd-buddy-openscad"]
2
+	path = pd-buddy-openscad
3
+	url = https://git.clayhobbs.com/pd-buddy/pd-buddy-openscad.git

+ 5
- 1
README.md View File

@@ -1,3 +1,7 @@
1 1
 # usb-pd-bench-supply-housing
2 2
 
3
-Housing for a bench power supply made from a PD Buddy Sink and a DPH3205.
3
+Housing for a bench power supply made from a PD Buddy Sink and a DPH3205.
4
+
5
+## Licensing
6
+
7
+This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

+ 1
- 0
pd-buddy-openscad

@@ -0,0 +1 @@
1
+Subproject commit 3b188155c8cb8dec50d20833e18f50c173bacdce

Loading…
Cancel
Save