kaneo (minimalist kanban) fork to experiment adding a tangled integration
github.com/usekaneo/kaneo
1# Version control
2.git
3.gitignore
4
5# Build artifacts
6node_modules
7dist
8build
9*.log
10
11# Development files
12.env
13.env.*
14!.env.production
15*.local
16
17# Editor directories and files
18.vscode
19.idea
20*.suo
21*.ntvs*
22*.njsproj
23*.sln
24*.sw?
25
26# Testing
27coverage
28*.test.ts
29*.spec.ts
30test
31
32# Documentation
33docs
34*.md
35
36# Temporary files
37.DS_Store
38Thumbs.db