diff options
author | Mary <148872143+mary-ext@users.noreply.github.com> | 2024-09-23 21:38:04 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 23:38:04 +0900 |
commit | 4e8d86db317864257f6416cd867d7bb07baca6d0 (patch) | |
tree | feb393ae802c935a23d98acc227114bf0ed09f76 /bskyweb/.gitignore | |
parent | 7e2456b906563464c8e43867e62f07df9109bc2b (diff) | |
download | voidsky-4e8d86db317864257f6416cd867d7bb07baca6d0.tar.zst |
Let Expo/Webpack handle CSS assets (#3942)
* chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow
Diffstat (limited to 'bskyweb/.gitignore')
-rw-r--r-- | bskyweb/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bskyweb/.gitignore b/bskyweb/.gitignore index 05b3ad7ab..a63a381f9 100644 --- a/bskyweb/.gitignore +++ b/bskyweb/.gitignore @@ -10,6 +10,10 @@ static/js/*.js static/js/*.map static/js/*.js.LICENSE.txt static/js/empty.txt +static/css/*.css +static/css/*.map +static/css/*.css.LICENSE.txt +static/css/empty.txt static/media/*.png static/media/empty.txt templates/scripts.html |