532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
26 lines
348 B
Plaintext
26 lines
348 B
Plaintext
# Ignore everything except JS-ey or CSS code.
|
||
# Based on https://stackoverflow.com/a/70715829/458193
|
||
*
|
||
!**/*.js
|
||
!**/*.jsx
|
||
!**/*.ts
|
||
!**/*.tsx
|
||
!**/*.mjs
|
||
!**/*.cjs
|
||
!*/
|
||
|
||
!**/*.css
|
||
|
||
!**/pnpm-workspace.yaml
|
||
|
||
# More specific ignores go below.
|
||
.expo
|
||
android
|
||
ios
|
||
src/locale/locales
|
||
src/lexicons
|
||
lib/react-compiler-runtime
|
||
bskyweb/static
|
||
coverage
|
||
web-build
|