Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerweb committed Aug 25, 2018
1 parent 69e3193 commit 99491dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Composer
vendor/**/.git
vendor/
composer.lock
composer.phar

# Grunt
node_modules/

# macOS
.DS_Store

0 comments on commit 99491dc

Please sign in to comment.