diff options
author | joeflack4 <joeflack4@gmail.com> | 2018-09-19 12:42:05 -0400 |
---|---|---|
committer | joeflack4 <joeflack4@gmail.com> | 2018-09-19 12:42:05 -0400 |
commit | 1eadacc8da624e5883d91040a7058b58557b400e (patch) | |
tree | 1fb4d1411ecdc64b40bb1513c719ad6719436c7b | |
parent | 4f86e36471749397aeb30b6c29edffa7b3bdefc6 (diff) | |
download | python-setuptools-git-1eadacc8da624e5883d91040a7058b58557b400e.tar.gz |
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/ |