Skip to content

Commit 39f368f

Browse files
committed
style: add minified svg's
1 parent f597624 commit 39f368f

15 files changed

+155
-84
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos
3+
4+
### macOS ###
5+
# General
6+
.DS_Store
7+
.AppleDouble
8+
.LSOverride
9+
10+
# Thumbnails
11+
._*
12+
13+
# Files that might appear in the root of a volume
14+
.DocumentRevisions-V100
15+
.fseventsd
16+
.Spotlight-V100
17+
.TemporaryItems
18+
.Trashes
19+
.VolumeIcon.icns
20+
.com.apple.timemachine.donotpresent
21+
22+
# Directories potentially created on remote AFP share
23+
.AppleDB
24+
.AppleDesktop
25+
Network Trash Folder
26+
Temporary Items
27+
.apdisk
28+
29+
### macOS Patch ###
30+
# iCloud generated files
31+
*.icloud
32+
33+
# End of https://www.toptal.com/developers/gitignore/api/macos
34+
135
# Byte-compiled / optimized / DLL files
236
__pycache__/
337
*.py[cod]

icons/dark/robot-book.min.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/dark/robot-repl.min.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/dark/robot.min.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/light/robot-book.min.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/light/robot-repl.min.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/light/robot.min.svg

Lines changed: 1 addition & 0 deletions
Loading

images/svg/RF.min.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
262 KB
Loading

0 commit comments

Comments
 (0)