This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new d595961 tweak git ignores
d595961 is described below
commit d5959614df3ac480f0ba69021a221b9d46b867d0
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Mar 28 22:54:34 2021 +0200
tweak git ignores
refactor yaml ignores
add pipenv files
---
.gitignore | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6f92e7d..b261da3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,12 +7,10 @@ __pycache__/
*.so
# Local configuration files
-tools/ponymail.yaml
-server/ponymail.yaml
+ponymail.yaml
# Local temporary configuration files
-tools/ponymail.yaml.tmp
-server/ponymail.yaml.tmp
+ponymail.yaml.tmp
# Distribution / packaging
.Python
@@ -138,3 +136,7 @@ dmypy.json
# PyCharm files
.idea/
+
+# Pipenv files
+Pipfile
+Pipfile.lock