Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FatherShawn committed Aug 2, 2017
1 parent 74972a9 commit 9938e73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# OSX
.DS_Store
*/.DS_Store

# IntelliJ / PhpStorm
.idea
*/.phpstorm.meta.php
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hootsuite - PHP Pre-commit Hooks
# Digital Pulp - PHP Pre-commit Hooks

Pre-commit scripts appropiate for *any* PHP project. These hooks are made as custom plugins under the [pre-commit](http://pre-commit.com/#new-hooks) git hook framework.
Pre-commit scripts appropriate for *any* PHP project. These hooks are made as custom plugins under the [pre-commit](http://pre-commit.com/#new-hooks) git hook framework.

# Setup

Expand Down

0 comments on commit 9938e73

Please sign in to comment.