diff options
author | Brendan Forster <brendan@github.com> | 2016-03-07 07:49:48 +1100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-03-07 07:49:48 +1100 |
commit | 8e7920ac1c17005f3f75b365cd7199b2cecf4984 (patch) | |
tree | 48ac24efa50d1f204149b27a9eb891fd6353d64c | |
parent | 615b18d378d8f4146a9f71cbbc9dda271450d682 (diff) | |
parent | 49a480951e1811445fcd8f0514025e3b3cf2b18a (diff) | |
download | gitignore-8e7920ac1c17005f3f75b365cd7199b2cecf4984.tar.gz gitignore-8e7920ac1c17005f3f75b365cd7199b2cecf4984.zip |
Merge pull request #1892 from hippo91/master
No need to push .spyderproject file in a python project
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 100efbcf..4f823c47 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,3 +73,6 @@ target/ # dotenv .env + +# Spyder project settings +.spyderproject |