kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9a620ba2f31238f03cd28f1da5ef3838d67e4e8a 38 lines 334 B view raw
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