Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JazParkyn committed Apr 30, 2020
1 parent c759ea8 commit ba0e9b0
Show file tree
Hide file tree
Showing 5 changed files with 1,652 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# IDE & System Related Files #
.buildpath
.project
.settings
.DS_Store
.idea
.vscode
vendor/

# OSX #
._*
.Spotlight-V100
.Trashes

# Windows #
Thumbs.db
Desktop.ini
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Kernel Sentry for Joomla",
"description": "Kernel Sentry plugin for Joomla.",
"require": {
"sentry/sdk": "2.1.0"
}
}
Loading

0 comments on commit ba0e9b0

Please sign in to comment.