diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bd7501 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.DS_Store +node_modules +/build +/.svelte-kit +/package +.env +.env.* +!.env.example +vite.config.js.timestamp-* +vite.config.ts.timestamp-* +dist \ No newline at end of file diff --git a/CNAME b/CNAME deleted file mode 100644 index 4d58511..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -ecosystem.atscan.net \ No newline at end of file diff --git a/dist/index.json b/dist/index.json deleted file mode 100644 index bbe3e39..0000000 --- a/dist/index.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "data": { - "bots": [], - "bridges": [], - "clients": [ - { - "id": "klearsky", - "name": "Klearsky" - }, - { - "id": "bluesky", - "name": "Bluesky", - "links": { - "web": "https://blueskyweb.xyz/" - } - } - ], - "federations": [ - { - "id": "bluesky-sandbox", - "name": "Bluesky Sandbox" - }, - { - "id": "bluesky", - "name": "Bluesky" - } - ], - "plc-directories": [] - }, - "time": "2023-06-28T06:08:14.709Z" -} \ No newline at end of file