Music streaming on ATProto!
1node_modules 2 3# Output 4.output 5.vercel 6.netlify 7.wrangler 8.svelte-kit 9build 10.elixir_ls 11 12# OS 13.DS_Store 14Thumbs.db 15 16# Env 17.env 18.env.* 19!.env.example 20!.env.test 21.envrc 22.direnv 23 24# Vite 25vite.config.js.timestamp-* 26vite.config.ts.timestamp-* 27 28# Nix 29result 30 31# The directory Mix will write compiled artifacts to. 32/_build/ 33 34# If you run "mix test --cover", coverage assets end up here. 35/cover/ 36 37# The directory Mix downloads your dependencies sources to. 38/deps/ 39 40# Where 3rd-party dependencies like ExDoc output generated docs. 41/doc/ 42 43# Ignore .fetch files in case you like to edit your project deps locally. 44/.fetch 45 46# If the VM crashes, it generates a dump, let's ignore it too. 47erl_crash.dump 48 49# Also ignore archive artifacts (built via "mix archive.build"). 50*.ez 51 52# Temporary files, for example, from tests. 53/tmp/ 54 55# Ignore package tarball (built via "mix hex.build"). 56comet-*.tar 57 58# Ignore assets that are produced by build tools. 59/priv/static/assets/ 60 61# Ignore digested assets cache. 62/priv/static/cache_manifest.json 63 64# In case you use Node.js/npm, you want to ignore these. 65npm-debug.log 66/assets/node_modules/ 67