tangled
alpha
login
or
join now
besaid.zone
/
create-atproto-app
2
fork
atom
A CLI for scaffolding ATProto web applications
2
fork
atom
overview
issues
pulls
pipelines
chore: remove dot
besaid.zone
1 month ago
3a845549
2c63dc4f
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
2/2
test.yml
success
45s
typecheck.yml
success
43s
+1
-1
1 changed file
expand all
collapse all
unified
split
src
commands
init.ts
+1
-1
src/commands/init.ts
reviewed
···
176
176
177
177
appendFileSync(
178
178
join(root, ".gitignore"),
179
179
-
"\n# atproto specific ignore\n./src/__generated__",
179
179
+
"\n# atproto specific ignore\n/src/__generated__",
180
180
"utf-8",
181
181
);
182
182