diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2016-03-06 12:30:45 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2016-03-06 12:30:45 +0100 |
commit | 49a480951e1811445fcd8f0514025e3b3cf2b18a (patch) | |
tree | fbc1239b50c1e35b11b2ae567378667d5daf4ecf /Python.gitignore | |
parent | fed72cc405cd302ea85862232d68c73c5f11f414 (diff) | |
download | gitignore-49a480951e1811445fcd8f0514025e3b3cf2b18a.tar.gz gitignore-49a480951e1811445fcd8f0514025e3b3cf2b18a.zip |
No need to push .spyderproject file in a python project
Diffstat (limited to 'Python.gitignore')
-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 |