Skip to content

Commit 2ac3a87

Browse files
authored
Solar Initial Commit (#238)
* Create README.txt * Add Desmond's files from hackster competition https://github.com/djgood/power-hop-hardware/tree/main
1 parent f312218 commit 2ac3a87

89 files changed

Lines changed: 377569 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

solar/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This folder is for working solar stuff :)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# For PCBs designed using KiCad: https://www.kicad.org/
2+
# Format documentation: https://kicad.org/help/file-formats/
3+
4+
# Temporary files
5+
*.000
6+
*.bak
7+
*.bck
8+
*.kicad_pcb-bak
9+
*.kicad_sch-bak
10+
*-backups
11+
*.kicad_prl
12+
*.sch-bak
13+
*~
14+
_autosave-*
15+
*.tmp
16+
*-save.pro
17+
*-save.kicad_pcb
18+
fp-info-cache
19+
~*.lck
20+
\#auto_saved_files#
21+
22+
# Netlist files (exported from Eeschema)
23+
*.net
24+
25+
# Autorouter files (exported from Pcbnew)
26+
*.dsn
27+
*.ses
28+
29+
# Exported BOM files
30+
*.xml
31+
*.csv
32+
33+
.DS_Store

0 commit comments

Comments
 (0)