Files
bsky-social-app/bskyweb/.gitignore
T
2024-04-12 11:51:46 -07:00

16 lines
236 B
Plaintext

.env
test-coverage.out
# Don't check in the binary.
/bskyweb
/embedr
# Don't accidentally commit JS-generated code
static/js/*.js
static/js/*.map
static/js/*.js.LICENSE.txt
templates/scripts.html
# Don't ignore this file
!.gitignore