4e8d86db31
* 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
18 lines
256 B
Plaintext
18 lines
256 B
Plaintext
# Ignore everything except JS-ey or CSS code.
|
||
# Based on https://stackoverflow.com/a/70715829/458193
|
||
*
|
||
!**/*.js
|
||
!**/*.jsx
|
||
!**/*.ts
|
||
!**/*.tsx
|
||
!*/
|
||
|
||
!**/*.css
|
||
|
||
# More specific ignores go below.
|
||
.expo
|
||
android
|
||
ios
|
||
src/locale/locales
|
||
lib/react-compiler-runtime
|