Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# dependencies
4/node_modules
5**/node_modules
6/.pnp
7.pnp.js
8
9# testing
10/coverage
11
12# next.js
13/.next/
14/out/
15
16# production
17/build
18*/dist
19**/dist
20
21# misc
22.DS_Store
23*.pem
24*.sqlite
25
26# debug
27npm-debug.log*
28yarn-debug.log*
29yarn-error.log*
30
31# local env files
32.env
33.env.local
34.env.development.local
35.env.test.local
36.env.production.local
37
38# vercel
39.vercel
40.turbo
41
42**/*.trace
43**/*.zip
44**/*.tar.gz
45**/*.tgz
46**/*.log
47package-lock.json
48**/*.bun