a mini social media app for small communities
1# Binaries for programs and plugins 2main 3clockwork 4beep 5*.exe 6*.exe~ 7*.so 8*.dylib 9*.dll 10 11# Ignore binary output folders 12bin/ 13 14# Ignore common editor/system specific metadata 15.DS_Store 16.idea/ 17.vscode/ 18*.iml 19 20# ENV 21.env 22 23# vweb and database 24*.db 25 26# Local V install 27/v/ 28 29# Local Clockwork install 30/clockwork/ 31 32# "Real" config (contains secrets and such) 33/config.real.maple