Scalable and distributed custom feed generator, ott - on that topic
1# Git
2.git
3.gitignore
4.gitattributes
5
6# Rust
7**/target/
8*.rlib
9*.rmeta
10*.so
11*.dylib
12
13# Helm
14chart/
15charts/
16*.tgz
17.helmignore
18
19# IDE/Editor
20.vscode/
21.idea/
22*.swp
23*.swo
24*~
25.DS_Store
26.env
27.env.local
28
29# Build artifacts
30build/
31dist/
32bin/
33*.exe
34*.o
35*.a
36
37# Node (if you have any frontend)
38node_modules/
39npm-debug.log
40
41# Documentation
42docs/
43README.md
44CHANGELOG.md
45LICENSE
46
47# Test artifacts
48.coverage
49
50# Misc
51.dockerignore
52Dockerfile
53docker-compose.yml
54skaffold.yaml
55skaffold.env
56kind-config.yaml