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 Sat, Mar 2, 2019, at 10:00 AM, Ye Xiaoxing wrote:
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.
-- thanks, Abhilash Raj (maxking)

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 Sat, Mar 2, 2019, at 10:00 AM, Ye Xiaoxing wrote:
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.
-- thanks, Abhilash Raj (maxking)
participants (4)
-
aaryan bhagat
-
Abhilash Raj
-
Mark Sapiro
-
Ye Xiaoxing