.gitignore 235 B

123456789101112131415
  1. # dotenv
  2. .env
  3. # sass cache
  4. .sass-cache/
  5. # css sourcemaps
  6. *.css.map
  7. # executable got from `go build .`
  8. /pixivfe
  9. # custom dev script
  10. dev.sh
  11. # not sure what this is for
  12. /tmp
  13. # exclude changes to pixivfe_token.txt
  14. docker/pixivfe_token.txt