kaneo (minimalist kanban) fork to experiment adding a tangled integration
github.com/usekaneo/kaneo
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# Dependencies
4node_modules
5.pnp
6.pnp.js
7
8# Local env files
9.env
10.env.local
11.env.development.local
12.env.test.local
13.env.production.local
14
15# Testing
16coverage
17
18# Turbo
19.turbo
20
21# Vercel
22.vercel
23
24# Build Outputs
25.next/
26out/
27build
28dist
29.source
30
31# Debug
32npm-debug.log*
33yarn-debug.log*
34yarn-error.log*
35
36# Misc
37.DS_Store
38*.pem
39
40# DB
41*.db
42
43# Cache
44.cache/