Skip to content

Commit

Permalink
added project, ignore workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bboc committed Feb 16, 2022
1 parent 9a685e1 commit f8b0a38
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ docs/_build/
# PyBuilder
target/

mdtools.sublime-workspace
*.sublime-workspace

/mdtools.sublime-project

# github page and tmp folder
docs/_site/*
Expand Down
21 changes: 21 additions & 0 deletions mdtools-2.x.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns":
[
".jekyll-cache"
],
}
],
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python\" -u \"$file\"",
}
],
}

0 comments on commit f8b0a38

Please sign in to comment.