Skip to content

Commit

Permalink
Updated .gitIgnore List
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yost <[email protected]>
  • Loading branch information
justinyost committed Jun 23, 2016
1 parent b15f0d8 commit 3d21ed9
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
tmp/*
[Cc]onfig/core.php
[Cc]onfig/database.php
app/tmp/*
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty
/vendor/*
/config/app.php
/tmp/*
/logs/*

# OS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Ignore the composer lock file-- it should never be included in a distributed package.
/composer.lock

0 comments on commit 3d21ed9

Please sign in to comment.