[READ-ONLY] Mirror of https://github.com/tynanpurdy/microblog-for-raycast. Raycast extension for posting to microblog
0

Configure Feed

Select the types of activity you want to include in your feed.

microblog-for-raycast / .gitignore
230 B 13 lines
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 3# dependencies 4/node_modules 5 6# Raycast specific files 7raycast-env.d.ts 8.raycast-swift-build 9.swiftpm 10compiled_raycast_swift 11 12# misc 13.DS_Store