Re: Add a minimal Gitignore

2023-03-09 Thread Cory Zue
Is there a more nuanced discussion of this issue anywhere? The reasons stated in the linked PR that it's "not for the project template to provide configuration for source code management tools" feels more like an opinion than a fact. I know one of the goals that emerged from recent discussions wa

Re: Add a minimal Gitignore

2023-03-09 Thread Mariusz Felisiak
Hi Daniel, Adding .gitignore to the project template has been discussed and rejected multiple times, e.g. https://github.com/django/django/pull/13847 Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django its

Re: Add a minimal Gitignore

2023-03-09 Thread Daniel Azubuine
Yeah. Nice idea! Arthur! I'll do that On Thu, Mar 9, 2023, 20:40 Arthur Pemberton wrote: > I like the idea as I've seen novices commit all their .pyc files, but > maybe this should only triggered by a flag to startproject, --git perhaps. > > Arthur Pemberton > > On Thu, Mar 9, 2023, 14:13 Danie

Re: Add a minimal Gitignore

2023-03-09 Thread Arthur Pemberton
I like the idea as I've seen novices commit all their .pyc files, but maybe this should only triggered by a flag to startproject, --git perhaps. Arthur Pemberton On Thu, Mar 9, 2023, 14:13 Daniel Azubuine wrote: > Yeah > > What I meant is for the default ‘startproject’ template to include a > m

Re: Add a minimal Gitignore

2023-03-09 Thread Daniel Azubuine
Yeah What I meant is for the default ‘startproject’ template to include a minimal .gitignore file. I've added the template. Just wanted to ask before I push On Thu, Mar 9, 2023, 20:00 James Bennett wrote: > On Thu, Mar 9, 2023 at 10:27 AM 'Adam Johnson' via Django developers > (Contributions t

Re: Add a minimal Gitignore

2023-03-09 Thread James Bennett
On Thu, Mar 9, 2023 at 10:27 AM 'Adam Johnson' via Django developers (Contributions to Django itself) wrote: > The Django project has a .gitignore file: > https://github.com/django/django/blob/main/.gitignore > I think this person was asking for the default ‘startproject’ template to include a mi

Re: Add a minimal Gitignore

2023-03-09 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
The Django project has a .gitignore file: https://github.com/django/django/blob/main/.gitignore On Thu, Mar 9, 2023 at 3:46 PM Daniel Azubuine wrote: > I think it will be a little bit helpful to add a very minimal .gitignore > file to the django project. > Maybe one that just ignores the environ

Add a minimal Gitignore

2023-03-09 Thread Daniel Azubuine
I think it will be a little bit helpful to add a very minimal .gitignore file to the django project. Maybe one that just ignores the environments, test files -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.