mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
17 lines
281 B
Plaintext
17 lines
281 B
Plaintext
# dotenv
|
|
.env
|
|
# sass cache
|
|
.sass-cache/
|
|
# css sourcemaps
|
|
*.css.map
|
|
# executable got from `go build .`
|
|
/pixivfe
|
|
# custom dev script
|
|
dev.sh
|
|
# not sure what this is for
|
|
/tmp
|
|
# exclude changes to pixivfe_token.txt
|
|
docker/pixivfe_token.txt
|
|
# Pipfile generated when using pipenv
|
|
Pipfile
|