2023-03-14 21:00:44 +01:00
|
|
|
.env
|
2023-03-27 17:16:17 +02:00
|
|
|
test-coverage.out
|
2023-03-20 22:41:15 +01:00
|
|
|
|
|
|
|
# Don't check in the binary.
|
|
|
|
/bskyweb
|
2023-03-27 17:16:17 +02:00
|
|
|
|
2023-05-04 20:56:17 +02:00
|
|
|
# Don't accidentally commit JS-generated code
|
|
|
|
static/js/*.js
|
|
|
|
static/js/*.map
|
|
|
|
static/js/*.js.LICENSE.txt
|
|
|
|
templates/scripts.html
|
2024-04-13 04:58:40 +02:00
|
|
|
templates/*-embed.html
|
|
|
|
static/embed/*.html
|
|
|
|
static/embed/assets/*.js
|
|
|
|
static/embed/assets/*.css
|
2023-05-04 20:56:17 +02:00
|
|
|
|
2023-03-27 17:16:17 +02:00
|
|
|
# Don't ignore this file
|
|
|
|
!.gitignore
|