Skip to content

Commit 37bf33e

Browse files
authored
Merge pull request #1 from testudor/R1.1
R1.1
2 parents 4d7247d + 04d667d commit 37bf33e

File tree

9 files changed

+3056
-1730
lines changed

9 files changed

+3056
-1730
lines changed

.github/workflows/kibot_build.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
name: "DRC & ERC"
1+
# name: "DRC & ERC"
22

3-
on:
4-
push:
5-
paths:
6-
- "*.sch"
7-
- "*.kicad_pcb"
8-
- "*.kibot.yaml"
9-
- ".github/workflows/kibot_build.yml"
10-
pull_request:
11-
paths:
12-
- "*.sch"
13-
- "*.kicad_pcb"
14-
- "*.kibot.yaml"
15-
- ".github/workflows/kibot_build.yml"
3+
# on:
4+
# push:
5+
# paths:
6+
# - "*.sch"
7+
# - "*.kicad_pcb"
8+
# - "*.kibot.yaml"
9+
# - ".github/workflows/kibot_build.yml"
10+
# pull_request:
11+
# paths:
12+
# - "*.sch"
13+
# - "*.kicad_pcb"
14+
# - "*.kibot.yaml"
15+
# - ".github/workflows/kibot_build.yml"
1616

17-
jobs:
18-
build:
19-
runs-on: ubuntu-latest
17+
# jobs:
18+
# build:
19+
# runs-on: ubuntu-latest
2020

21-
steps:
22-
- name: Checkout
23-
uses: actions/checkout@v3
21+
# steps:
22+
# - name: Checkout
23+
# uses: actions/checkout@v3
2424

25-
- name: KiCAD test & build
26-
uses: INTI-CMNB/KiBot@v2_k6
27-
with:
28-
config: config.kibot.yaml
29-
dir: output
30-
schema: "Banana Bread.kicad_sch"
31-
board: "Banana Bread.kicad_pcb"
25+
# - name: KiCAD test & build
26+
# uses: INTI-CMNB/KiBot@v2_k6
27+
# with:
28+
# config: config.kibot.yaml
29+
# dir: output
30+
# schema: "Banana Bread.kicad_sch"
31+
# board: "Banana Bread.kicad_pcb"

.gitignore

Lines changed: 79 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/kicad,visualstudiocode
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=kicad,visualstudiocode
1+
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,windows,linux,macos,kicad
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,windows,linux,macos,kicad
33

44
### KiCad ###
55
# For PCBs designed using KiCad: https://www.kicad.org/
@@ -41,6 +41,53 @@ bom/
4141
# Gerber export output
4242
out/
4343

44+
### Linux ###
45+
46+
# temporary files which can be created if a process still has a handle open of a deleted file
47+
.fuse_hidden*
48+
49+
# KDE directory preferences
50+
.directory
51+
52+
# Linux trash folder which might appear on any partition or disk
53+
.Trash-*
54+
55+
# .nfs files are created when an open file is removed but is still being accessed
56+
.nfs*
57+
58+
### macOS ###
59+
# General
60+
.DS_Store
61+
.AppleDouble
62+
.LSOverride
63+
64+
# Icon must end with two \r
65+
Icon
66+
67+
68+
# Thumbnails
69+
._*
70+
71+
# Files that might appear in the root of a volume
72+
.DocumentRevisions-V100
73+
.fseventsd
74+
.Spotlight-V100
75+
.TemporaryItems
76+
.Trashes
77+
.VolumeIcon.icns
78+
.com.apple.timemachine.donotpresent
79+
80+
# Directories potentially created on remote AFP share
81+
.AppleDB
82+
.AppleDesktop
83+
Network Trash Folder
84+
Temporary Items
85+
.apdisk
86+
87+
### macOS Patch ###
88+
# iCloud generated files
89+
*.icloud
90+
4491
### VisualStudioCode ###
4592
.vscode/*
4693
!.vscode/settings.json
@@ -60,4 +107,33 @@ out/
60107
.history
61108
.ionide
62109

63-
# End of https://www.toptal.com/developers/gitignore/api/kicad,visualstudiocode
110+
### Windows ###
111+
# Windows thumbnail cache files
112+
Thumbs.db
113+
Thumbs.db:encryptable
114+
ehthumbs.db
115+
ehthumbs_vista.db
116+
117+
# Dump file
118+
*.stackdump
119+
120+
# Folder config file
121+
[Dd]esktop.ini
122+
123+
# Recycle Bin used on file shares
124+
$RECYCLE.BIN/
125+
126+
# Windows Installer files
127+
*.cab
128+
*.msi
129+
*.msix
130+
*.msm
131+
*.msp
132+
133+
# Windows shortcuts
134+
*.lnk
135+
136+
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,windows,linux,macos,kicad
137+
138+
production/
139+
render/

Banana Bread.kicad_pcb

Lines changed: 2497 additions & 1564 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)