Skip to content

Commit

Permalink
gitignore and missing mkdir for fluentui
Browse files Browse the repository at this point in the history
  • Loading branch information
PoomSmart committed Oct 23, 2023
1 parent 80e71b8 commit 60441c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ emjc-exp.py

# Project assets
**/images/*/*.png
fluentui/*/*/*.png
fluentui/**/*.png
fluentui/**/*.svg
apple
.DS_Store
.test
Expand Down
1 change: 1 addition & 0 deletions fluentui/fluentui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ NAME=fluentui
ASSETS="$STYLE"
MAX_SIZE=96

mkdir -p "$ASSETS"
cd "$ASSETS"
../../image-sizes.sh false
cd ..
Expand Down

0 comments on commit 60441c2

Please sign in to comment.