A CLI for scaffolding ATProto web applications

chore: remove dot

+1 -1
+1 -1
src/commands/init.ts
··· 176 176 177 177 appendFileSync( 178 178 join(root, ".gitignore"), 179 - "\n# atproto specific ignore\n./src/__generated__", 179 + "\n# atproto specific ignore\n/src/__generated__", 180 180 "utf-8", 181 181 ); 182 182