Skip to content

Commit

Permalink
Added sublime project file, ignoring sublime workspace file and not e…
Browse files Browse the repository at this point in the history
…xporting the project file.
  • Loading branch information
telkins committed Dec 19, 2019
1 parent 845bb7f commit ea3454b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore

# Ignore sublime project file.
/*.sublime-project export-ignore
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ docs
vendor
coverage
.phpunit.result.cache

*.sublime-workspace
8 changes: 8 additions & 0 deletions laravel-job-funneling-middleware.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "."
}
]
}

0 comments on commit ea3454b

Please sign in to comment.