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
|
2024-04-13 21:20:06 +02:00
|
|
|
/embedr
|
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
|
2024-04-13 21:20:06 +02:00
|
|
|
static/js/empty.txt
|
2024-05-01 09:59:40 +02:00
|
|
|
static/media/*.png
|
|
|
|
static/media/empty.txt
|
2023-05-04 20:56:17 +02:00
|
|
|
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
|
2024-04-13 21:20:06 +02:00
|
|
|
embedr-static/post-*.js
|
|
|
|
embedr-static/post-*.css
|
|
|
|
embedr-static/index-*.js
|
|
|
|
embedr-static/polyfills-*.js
|
2023-05-04 20:56:17 +02:00
|
|
|
|
2023-03-27 17:16:17 +02:00
|
|
|
# Don't ignore this file
|
|
|
|
!.gitignore
|