Skip to content

Commit

Permalink
- Added Sublime Text project
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Jan 29, 2021
1 parent 3141985 commit c0bfe04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ build/windows/**/.vs/*
**/dev.ini
**.dat
bin/**.png
**.sublime-workspace
10 changes: 10 additions & 0 deletions ggj2021.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"folders":
[
{
"path": ".",
"file_exclude_patterns": ["*.vcproj", "*.sln", "*.obj", "*.d", "*.suo", "*.ncb", "*.exe", "*.", "*.so", "*.dylib", "*.pdb", "*.ilk", "*.idb", "*.opensdf", "*.opendb", "*.tmp", "*.ipch", "*.log", "*.cih", "*.filters", "*.vcxproj*", "*.sublime-*", "*.make"],
"folder_exclude_patterns": ["obj", "lib"]
}
]
}

0 comments on commit c0bfe04

Please sign in to comment.