Update gitignore
This commit is contained in:
parent
e39e18d243
commit
c244a4bc21
|
|
@ -1,4 +1,6 @@
|
||||||
__pycache__/*
|
__pycache__/*
|
||||||
|
.vscode/*
|
||||||
|
Enclosure/*.stl
|
||||||
*test*
|
*test*
|
||||||
*.svg
|
*.svg
|
||||||
*.FCStd1
|
*.FCStd1
|
||||||
|
|
@ -7,4 +9,3 @@ google_transit_combined*
|
||||||
jd_lcd_rounded.ttf
|
jd_lcd_rounded.ttf
|
||||||
GTFS_Realtime.zip
|
GTFS_Realtime.zip
|
||||||
config.yaml
|
config.yaml
|
||||||
Enclosure/*.stl
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue