Explorar el Código

Added gitignore and license information

Clara Hobbs hace 7 años
padre
commit
5461dee09d
Se han modificado 2 ficheros con 18 adiciones y 1 borrados
  1. 13
    0
      .gitignore
  2. 5
    1
      README.md

+ 13
- 0
.gitignore Ver fichero

@@ -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

+ 5
- 1
README.md Ver fichero

@@ -1,3 +1,7 @@
1 1
 # pd-buddy-openscad
2 2
 
3
-OpenSCAD 3D models for use with PD Buddy devices
3
+OpenSCAD 3D models for use with PD Buddy devices
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.

Loading…
Cancelar
Guardar