Adding logs of postorious to gitginore?

Mailman shell in postorious directory results in untracted changes in logs. Do we need to keep track of it or add them to gitignore.

On 3/1/19 10:48 PM, aaryan bhagat wrote:
Mailman shell in postorious directory results in untracted changes in logs. Do we need to keep track of it or add them to gitignore.
Your test and development environment should be separate from your clones of the GitLab branches.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On Sun, Mar 3, 2019 at 1:38 AM Mark Sapiro <mark@msapiro.net> wrote:
On 3/1/19 10:48 PM, aaryan bhagat wrote:
Mailman shell in postorious directory results in untracted changes in logs. Do we need to keep track of it or add them to gitignore.
Your test and development environment should be separate from your clones of the GitLab branches.
It is correct but I *think* we shall also ship a gitignore file so
developers won't commit unwanted files? Just like what we do in mailman
project.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9

On Sat, Mar 2, 2019, at 10:00 AM, Ye Xiaoxing wrote:
On Sun, Mar 3, 2019 at 1:38 AM Mark Sapiro <mark@msapiro.net> wrote:
On 3/1/19 10:48 PM, aaryan bhagat wrote:
Mailman shell in postorious directory results in untracted changes in logs. Do we need to keep track of it or add them to gitignore.
Your test and development environment should be separate from your clones of the GitLab branches.
It is correct but I *think* we shall also ship a gitignore file so developers won't commit unwanted files? Just like what we do in
mailman
project.
We do that for project specific files. There are generally a whole lot of other files that people should be excluding in their global gitignore1 files.
Virtualenv is not something that is always created in the current working directory, so I don't suppose that they should be included there. So is the var directory, which is something developers should be careful about. We shouldn't really be ignoring *var/. One var directory
I won't completely mind if someone were to add postorius.db and log directory generated by Postorius in the project's .gitignore though.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9
-- thanks, Abhilash Raj (maxking)
participants (4)
-
aaryan bhagat
-
Abhilash Raj
-
Mark Sapiro
-
Ye Xiaoxing