Skip to content

Commit

Permalink
add sublime project
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Jan 13, 2019
1 parent b344ec6 commit a8e1bc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -103,3 +103,6 @@ venv.bak/
# mypy
.mypy_cache/
cache/

*.sublime-workspace

9 changes: 9 additions & 0 deletions pushl.sublime-project
@@ -0,0 +1,9 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["__pycache__", "*.egg-info", "build", "dist"]
}
]
}

0 comments on commit a8e1bc7

Please sign in to comment.