faradayio / cage

Develop and deploy complex Docker applications
http://cage.faraday.io
Apache License 2.0
307 stars 26 forks source link

What should we do `.gitignore` and the `src` directory when we have in-tree source? #27

Open emk opened 7 years ago

emk commented 7 years ago

Split out of #24.

Right now, our default .gitignore ignores the entire src directory. This isn't what we want for projects with in-tree source code. For these projects, we probably want a src/.gitignore that contains entries for all remote Source objects.

Should we handle this using a generator? Should we update it automatically by appending new entries as needed if they're not already there?