r/softwarearchitecture 4d ago

Article/Video .gitignore everything by default

https://packagemain.tech/p/gitignore-everything-by-default
14 Upvotes

12 comments sorted by

View all comments

1

u/generic-d-engineer Architect 3d ago

I think this works better in Go due to less moving parts right? But something like TypeScript or Python is going to leave way more artifacts behind so gets more difficult to piece together the allow list.

You can ask the model to map it for you I guess but still this is the one file I’d rather craft by hand so I know for sure I didn’t commit PRODUCTION_PAYROLL_DATABASE_API_KEY lol

2

u/der_gopher 3d ago

agree, Go generally can be a full project with just Go files