diff --git a/.DS_Store b/.DS_Store index 884ac72..d30aff3 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitattributes b/.gitattributes index 0d7593f..8efa9fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,4 @@ *.cmp diff=allspice linguist-detectable *.kicad_pro linguist-generated *.kicad_pcb.lck linguist-generated -*.kicad_sch.lck linguist-generated \ No newline at end of file +*.kicad_sch.lck linguist-generated diff --git a/.gitignore b/.gitignore index 92dd4b6..47c96f3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ *.kicad_prl *.sch-bak *~ +*.kicad_sch.lck +*.kicad_pcb.lck _autosave-* *.tmp *-save.pro diff --git a/README.md b/README.md index 061ffa6..efeab0a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Named "Uno" to signify the release of Arduino Software (IDE) 1.0, this board has | Width | 53.4 mm | + ## To Do List To make the most out of this demo we suggest you to: @@ -51,11 +52,14 @@ To make the most out of this demo we suggest you to: - [ ] Fork the repo and make an update yourself to later do a resign review + ## Documentation - [Git 101](https://learn.allspice.io/docs/git-101) - [AllSpice Crash Course](https://learn.allspice.io/docs/allspice-crash-course) - [Design review and merging guide](https://learn.allspice.io/docs/design-reviews-and-merging) - Importance of [.gitignore](https://learn.allspice.io/docs/git-101) and [.gitattributes](https://learn.allspice.io/docs/how-to-minimize-files-in-design-review-by-file-pattern-or-extension) files. + + ## Sources - [Original Arduino Board](https://store.arduino.cc/products/arduino-uno-rev3)