AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3.idea
4
5# dependencies
6node_modules
7/.pnp
8.pnp.js
9.yarn/install-state.gz
10
11# testing
12/coverage
13
14# next.js
15.next/
16/out/
17
18# production
19/build
20
21# misc
22.DS_Store
23*.pem
24
25# debug
26npm-debug.log*
27yarn-debug.log*
28yarn-error.log*
29
30# local env files
31.env*.local
32
33# vercel
34.vercel
35
36# typescript
37*.tsbuildinfo
38next-env.d.ts
39
40.turbo
41target
42
43packages/**/eslint_report.json