diff options
| author | Fuwn <[email protected]> | 2023-10-24 17:13:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-10-24 17:13:14 -0700 |
| commit | 418a296dc5e7a95be30226d5f21fb4e8b15104a0 (patch) | |
| tree | fba1815b724d6a266084ec0e3cabb6e9a0e22500 /.gitignore | |
| parent | fix(feeds): html encode title (diff) | |
| parent | feat: badge wall (diff) | |
| download | due.moe-418a296dc5e7a95be30226d5f21fb4e8b15104a0.tar.xz due.moe-418a296dc5e7a95be30226d5f21fb4e8b15104a0.zip | |
merge: branch badges into main
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ node_modules .env .env.* !.env.example +*.sqlite3 # PNPM pnpm-lock.yaml |