Skip to content

Commit

Permalink
Rearrange .gitignore and add IDE-specific files section
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Jun 17, 2019
1 parent 34b8700 commit 27a4d6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ env
*.py[cod]
settings_local.py

# Test files
.pytest_cache

# OS-specific files
.DS_Store
Desktop.ini
Thumbs.db

# Tests
.pytest_cache
# IDE-specific files
.idea

0 comments on commit 27a4d6d

Please sign in to comment.