diff options
author | vg <vg@devys.org> | 2018-12-07 12:05:14 +0100 |
---|---|---|
committer | vg <vg@devys.org> | 2018-12-07 12:05:14 +0100 |
commit | 8fe0b2c7754873ec33bccb7952683b96113491bc (patch) | |
tree | 4c006a97b194b720b8630395eb8315495f856aad /contacts_validation/.gitignore | |
download | devys-pim-8fe0b2c7754873ec33bccb7952683b96113491bc.tar.gz devys-pim-8fe0b2c7754873ec33bccb7952683b96113491bc.tar.bz2 devys-pim-8fe0b2c7754873ec33bccb7952683b96113491bc.zip |
first commit; add contacts_validation
Diffstat (limited to 'contacts_validation/.gitignore')
-rw-r--r-- | contacts_validation/.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contacts_validation/.gitignore b/contacts_validation/.gitignore new file mode 100644 index 0000000..681d774 --- /dev/null +++ b/contacts_validation/.gitignore @@ -0,0 +1,16 @@ +# safely ignore these filetypes/extensions +*.pyo +*.pyc +*.log +*.swp +*.whl + +# safely ignore tmp dirs +tmp +build + +# ignore setuptools distribution folder +dist + +# ignore python egg metadata +*.egg-info |