Skip to content

Commit

Permalink
Don't use project gitignore to track editor files
Browse files Browse the repository at this point in the history
  • Loading branch information
mlenzen committed Jan 28, 2019
1 parent 41fcbb4 commit 01be8e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
16 changes: 1 addition & 15 deletions .gitignore
Expand Up @@ -34,21 +34,6 @@ nosetests.xml
# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Vim
*.swp

# Sublime Text
*.sublime-project
*.sublime-workspace

# PyCharm
.idea

# Sphinx docs
docs/_build

Expand All @@ -62,3 +47,4 @@ dev-env

.cache
.hypothesis

6 changes: 6 additions & 0 deletions CONTRIBUTING.rst
Expand Up @@ -63,6 +63,12 @@ Ready to contribute? Here's how to set up `collections-extended` for local devel

$ git clone git@github.com:your_name_here/collections-extended.git

#. Make sure you are excluding your editor's files from the repo

We don't want to use the project's gitignore to exclude every
editor's files, so set up your global gitignore.
See: https://help.github.com/articles/ignoring-files/

#. Install your local copy into a virtualenv::

$ cd collections-extended
Expand Down

0 comments on commit 01be8e3

Please sign in to comment.