Skip to content

Commit

Permalink
add sublime project file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjlockwood committed Dec 13, 2016
1 parent e585b6c commit 40cddea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@ bower_components
dist
.DS_Store
.publish
*.sublime-workspace
*~
10 changes: 10 additions & 0 deletions AndroidIconAnimator.sublime-project
@@ -0,0 +1,10 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["node_modules", ".tmp", "bower_components", "dist"],
"file_exclude_patterns": ["*~"]
}
]
}

0 comments on commit 40cddea

Please sign in to comment.