Files
bsky-social-app/bskyweb/.gitignore
2026-05-25 17:20:16 +03:00

26 lines
467 B
Plaintext

.env
test-coverage.out
# Don't check in the binary.
/bskyweb
/embedr
# Don't accidentally commit JS-generated code
static/_expo/
static/assets/
static/media/*.png
static/media/empty.txt
templates/scripts.html
templates/fonts.html
templates/*-embed.html
static/embed/*.html
static/embed/assets/*.js
static/embed/assets/*.css
embedr-static/post-*.js
embedr-static/post-*.css
embedr-static/index-*.js
embedr-static/polyfills-*.js
# Don't ignore this file
!.gitignore