Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Add sublime-project file
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 8, 2024
1 parent 29dbaf9 commit 3c74f3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# OS
#
applet/
*.DS_Store
.DS_Store
*.sublime-workspace

# Prerequisites
*.d
Expand Down
9 changes: 9 additions & 0 deletions Configurations.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"folders":
[
{
"file_exclude_patterns": [ "*.sublime-project" ],
"path": ".",
},
],
}

0 comments on commit 3c74f3f

Please sign in to comment.