diff options
author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-09-20 09:37:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 09:37:31 -0400 |
commit | eaa86efd387033ac9c8e3a1f5e863f9bbd36f198 (patch) | |
tree | 1fb4d1411ecdc64b40bb1513c719ad6719436c7b | |
parent | 4f86e36471749397aeb30b6c29edffa7b3bdefc6 (diff) | |
parent | 1eadacc8da624e5883d91040a7058b58557b400e (diff) | |
download | external_python_setuptools-eaa86efd387033ac9c8e3a1f5e863f9bbd36f198.tar.gz external_python_setuptools-eaa86efd387033ac9c8e3a1f5e863f9bbd36f198.tar.bz2 external_python_setuptools-eaa86efd387033ac9c8e3a1f5e863f9bbd36f198.zip |
Merge pull request #1497 from joeflack4/feature_gitignore_idea
Added .idea/ to gitignore, to cover cases where people are using a Jetbrains text editor
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,4 +17,5 @@ setuptools.egg-info *~ .hg* .cache +.idea/ .pytest_cache/ |