Skip to content

Commit 2a89be5

Browse files
committed
client: Rename directory from assets to client
This will make it clearer that it is a somewhat standalone component.
1 parent d393410 commit 2a89be5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+15
-13
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/assets/.parcel-cache
1+
/client/.parcel-cache
22
/data/favicons/*.png
33
/data/favicons/*.jpg
44
/data/thumbnails/*.png

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
$finder = PhpCsFixer\Finder::create()
4-
->exclude('assets')
4+
->exclude('client')
55
->exclude('utils')
66
->in(__DIR__)
77
->name('*.phtml');

README.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)