aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-09-20 09:37:31 -0400
committerGitHub <noreply@github.com>2018-09-20 09:37:31 -0400
commiteaa86efd387033ac9c8e3a1f5e863f9bbd36f198 (patch)
tree1fb4d1411ecdc64b40bb1513c719ad6719436c7b
parent4f86e36471749397aeb30b6c29edffa7b3bdefc6 (diff)
parent1eadacc8da624e5883d91040a7058b58557b400e (diff)
downloadexternal_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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1f58eb31..0c272d1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,5 @@ setuptools.egg-info
*~
.hg*
.cache
+.idea/
.pytest_cache/