Skip to content

Commit

Permalink
Fixed multiple code issues
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Nov 9, 2013
1 parent b46ac27 commit 38dd265
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 50 deletions.
51 changes: 1 addition & 50 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,52 +1,3 @@
# Composer
# Composer
composer.lock
vendor/*

# Code Coverage
build/code-browser/*
build/coverage/*
build/docs/*
build/logs/*
build/pdepend/*
!build/code-browser/.gitignore
!build/coverage/.gitignore
!build/logs/.gitignore
!build/pdepend/.gitignore

# always-ignore extensionsalways-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache

# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject

# Dreamweaver added files
_notes
dwsync.xml

# Komodo
*.komodoproject
.komodotools

# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea
9 changes: 9 additions & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
code-browser/*
coverage/*
docs/*
logs/*
pdepend/*
!code-browser/.gitignore
!coverage/.gitignore
!logs/.gitignore
!pdepend/.gitignore
Empty file modified build/phpcs.xml
100755 → 100644
Empty file.
Empty file modified build/phpmd.xml
100755 → 100644
Empty file.
Empty file modified build/phpunit.xml
100755 → 100644
Empty file.

0 comments on commit 38dd265

Please sign in to comment.