Skip to content

Commit

Permalink
add raw folder
Browse files Browse the repository at this point in the history
  • Loading branch information
efiand committed Jan 14, 2025
1 parent 3a32048 commit df4a5c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ node_modules
yarn.lock

# Temp
raw/*
raw/icons/*
!raw/icons/README.md
raw/images/*
!raw/images/README.md

# Editor directories and files
Expand Down
1 change: 1 addition & 0 deletions raw/icons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Папка для SVG-иконок (для встраивания в CSS), из которой они в минифицированном виде перемещаются в `src/icons`.
1 change: 1 addition & 0 deletions raw/images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Папка для контентных SVG-, JPG- и PNG-изображений, из которой они в минифицированном виде перемещаются в `public/images`.

0 comments on commit df4a5c1

Please sign in to comment.