info: update gitignore and README
This commit is contained in:
parent
0f552b88f0
commit
aa73ef9dcd
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,3 +1,7 @@
|
||||
# ---> AutoDesk
|
||||
OldVersions/
|
||||
[Pp]roduction/
|
||||
|
||||
# ---> KiCad
|
||||
# For PCBs designed using KiCad: https://www.kicad.org/
|
||||
# Format documentation: https://kicad.org/help/file-formats/
|
||||
@ -29,6 +33,11 @@ fp-info-cache
|
||||
*.xml
|
||||
*.csv
|
||||
|
||||
# Gerbers
|
||||
gerber/
|
||||
Gerber/
|
||||
GERBER/
|
||||
|
||||
# ---> C
|
||||
# Prerequisites
|
||||
*.d
|
||||
@ -102,17 +111,17 @@ dkms.conf
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
#[Dd]ebug/
|
||||
#[Dd]ebugPublic/
|
||||
#[Rr]elease/
|
||||
#[Rr]eleases/
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
#[Bb]in/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
@ -484,4 +493,3 @@ FodyWeavers.xsd
|
||||
|
||||
# ---> Autocad
|
||||
*.bak
|
||||
OldVersions/
|
@ -13,3 +13,6 @@ For the second version, things are more complicated. The circuit board is ready
|
||||
|
||||
![PCB Version 2 back view](/media/version_2_pvb_back.jpg)
|
||||
![PCB Version 2 front view](/media/version_2_pvb_front.jpg)
|
||||
|
||||
## Version 3 - Work in progress
|
||||
Same PCB used in version 1, but new 3D printed case with some improvements and with use of a printer with AMS for multicolor printing.
|
Loading…
Reference in New Issue
Block a user