The (very WIP) home of the next versions of my web presences
0
fork

Configure Feed

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

at canon 70 lines 1.2 kB view raw
1### Code ### 2.vscode/* 3!.vscode/tasks.json 4!.vscode/launch.json 5*.code-workspace 6 7### macOS ### 8# General 9.DS_Store 10.AppleDouble 11.LSOverride 12 13### BBEdit ### 14*.bbprojectd 15 16# Icon must end with two \r 17Icon 18 19# Thumbnails 20._* 21 22# Files that might appear in the root of a volume 23.DocumentRevisions-V100 24.fseventsd 25.Spotlight-V100 26.TemporaryItems 27.Trashes 28.VolumeIcon.icns 29.com.apple.timemachine.donotpresent 30 31# Directories potentially created on remote AFP share 32.AppleDB 33.AppleDesktop 34Network Trash Folder 35Temporary Items 36.apdisk 37 38# Binaries 39## Note: special handling here for Jujutsu for the moment! This ignores the 40## binary file for syntaxes, but I forcibly override that for Git! 41*.bin 42 43tests/output 44 45### Rust ### 46# Generated by Cargo 47# will have compiled files and executables 48**/target/ 49 50# misc. undesired IDE files 51.idea/cody_history.xml 52*/.idea/cody_history.xml 53 54# build output 55sites/*/public 56!sites/www/public/.gitkeep 57!sites/music/public/.gitkeep 58!sites/links/public/.gitkeep 59site/*/public 60!site/www/public/.gitkeep 61!site/music/public/.gitkeep 62!site/links/public/.gitkeep 63 64# node nonsense 65node_modules 66 67# MCP indexes etc. 68.codanna/index 69.fastembed_cache 70.claude/settings.local.json