For now? I'm experimenting on an old concept.
2
fork

Configure Feed

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

at development 21 lines 177 B view raw
1# Ignore git and build files 2.git 3.gitignore 4*.log 5*.tmp 6*.swp 7*.swo 8*.bak 9*.DS_Store 10 11# Editor/IDE files 12.vscode/ 13.idea/ 14 15# Misc 16*.env.local 17.envrc 18.env.*.local 19 20docker/ 21data/