Skip to content

Commit

Permalink
Made Terminal Worm into a Sublime Text project
Browse files Browse the repository at this point in the history
I use Sublime Text for editing, so it makes sense
to have it as a Sublime project.
I'm also using pylint to lint my code
.gitignore now ignores the Sublime workspace
file, and the pylintrc
  • Loading branch information
MageJohn committed Jul 19, 2014
1 parent 0eac26f commit 98fb7fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.pyd
*.pyo
__pycache__
pylintrc
terminal-worm.sublime-workspace
9 changes: 9 additions & 0 deletions terminal-worm.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": "."
}
]
}

0 comments on commit 98fb7fd

Please sign in to comment.