Select the types of activity you want to include in your feed.
1toml-version = "v1.0.0" 2 3[files] 4include = ["**/*.toml"] 5exclude = [ 6 "**/submodules/**", 7 "**/target/**", 8 "**/node_modules/**", 9 "**/.git/**", 10 "dist/**", 11 "out/**", 12] 13 14[lsp.formatting] 15enabled = false