summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-02-07Use nix-direnvBen Sima
2020-12-07Auth and load repos from GitHubBen Sima
2020-07-26dev: move _{bild,keep,skey} to _/{bild,keep,skey}Ben Sima
2020-07-25bild: support incremental compilationBen Sima
Closes https://github.com/bsima/biz/issues/9
2020-06-27hero: implement the basics of user loginsBen Sima
There's also a lot of refactoring/renaming in here, so the diff is really messy. The overall problem is that I've only ever added code, I've never gone back and reorganized/rearchitected stuff. So adding even small features is becoming an enormous effort. Anyway, this adds the basics of user auth. Next I need to add the auth checks for every route that needs it, and make sure everything is back to working correctly.
2020-04-04Try to get tags working reliablyBen Sima
2020-02-14Update .gitignoreDavid Johnson
Ignores *~ and dist directories
2019-11-02move default local keep to _keepBen Sima
2019-10-27move everything to namespace directoriesBen Sima
2019-05-12add duree-pitch.orgBen Sima
2019-03-23Ignore tags fileBen Sima
2019-03-02Better deploy scriptBen Sima
2019-02-23Get rid of cabalBen Sima
Using just nix and ghc, ah it's so nice.
2019-02-04Ignore cabal buildsBen Sima
2019-01-28Ignore result.Nick
2019-01-21InitBen Sima