Skip to content

Commit 256ccdb

Browse files
committed
add stepfiles, update gitignore
1 parent 278bbc2 commit 256ccdb

11 files changed

+89882
-10
lines changed

.gitignore

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Created by https://www.toptal.com/developers/gitignore/api/kicad,visualstudiocode
32
# Edit at https://www.toptal.com/developers/gitignore?templates=kicad,visualstudiocode
43

@@ -30,15 +29,6 @@ fp-info-cache
3029
*.xml
3130
*.csv
3231

33-
# Exported 3D models
34-
*.step
35-
36-
# Build outputs
37-
build
38-
39-
# MS Excel lock files
40-
.~lock.*
41-
4232
### KiCad Patch ###
4333
rescue-backup/
4434

@@ -60,3 +50,12 @@ out/
6050
.ionide
6151

6252
# End of https://www.toptal.com/developers/gitignore/api/kicad,visualstudiocode
53+
54+
# Build outputs
55+
build
56+
57+
# MS Excel lock files
58+
.~lock.*
59+
60+
# secrets
61+
.secrets

0 commit comments

Comments
 (0)