this repo has no description
0
fork

Configure Feed

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

at development 29 lines 288 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# Rust build output 12target/ 13 14# Node/Bun/Gleam build output 15client/build/ 16client/node_modules/ 17client/bun.lockb 18 19# Editor/IDE files 20.vscode/ 21.idea/ 22 23# Misc 24*.env.local 25.envrc 26.env.*.local 27 28docker/ 29data/