alpha
Login
or
Join now
vielle.dev
/
atcities.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[WIP] A (somewhat barebones) atproto app for creating custom sites without hosting!
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
meta: move gitignore files
author
afterlifepro
date
9 months ago
(Oct 14, 2025, 7:34 PM +0100)
commit
27822d66
27822d6605fda3c72806b2b169977e9a39699ead
parent
a96f4b02
a96f4b02740196aa2ca9f2e95df6f6ab93ba2a10
+4
-4
2 changed files
Expand all
Collapse all
Unified
Split
.gitignore
server
.gitignore
-4
.gitignore
View file
Reviewed
···
1
1
-
server/node_modules/*
2
2
-
server/local.db
3
3
-
server/.env
4
4
-
server/blobs
+4
server/.gitignore
View file
Reviewed
···
1
1
+
node_modules/*
2
2
+
local.db
3
3
+
.env
4
4
+
blobs