Bluesky app fork with some witchin' additions 馃挮
at main 579 B view raw
1.env 2test-coverage.out 3 4# Don't check in the binary. 5/bskyweb 6/embedr 7 8# Don't accidentally commit JS-generated code 9static/js/*.js 10static/js/*.map 11static/js/*.js.LICENSE.txt 12static/js/empty.txt 13static/css/*.css 14static/css/*.map 15static/css/*.css.LICENSE.txt 16static/css/empty.txt 17static/media/*.png 18static/media/empty.txt 19templates/scripts.html 20templates/*-embed.html 21static/embed/*.html 22static/embed/assets/*.js 23static/embed/assets/*.css 24embedr-static/post-*.js 25embedr-static/post-*.css 26embedr-static/index-*.js 27embedr-static/polyfills-*.js 28 29# Don't ignore this file 30!.gitignore