blob: ace9fbf51da6927d15b36f147095073ccde757f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.env
test-coverage.out
# Don't check in the binary.
/bskyweb
# Don't accidentally commit JS-generated code
static/js/*.js
static/js/*.map
static/js/*.js.LICENSE.txt
templates/scripts.html
templates/*-embed.html
static/embed/*.html
static/embed/assets/*.js
static/embed/assets/*.css
# Don't ignore this file
!.gitignore
|