Skip to content

Commit

Permalink
updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Grandt committed May 14, 2015
1 parent b75a630 commit a4bf4fd
Showing 1 changed file with 44 additions and 7 deletions.
51 changes: 44 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
.jsdtscope
org.eclipse.*

# PHPStorm files #
#################
.idea
.idea/*

# NetBeans files #
##################
nbproject
nbproject/*
nbproject/private/
nbproject/private/*

# Composer files #
#################
vendor
vendor/*
*.lock
/tests/*.lock
/*.phar

# Compiled source #
###################
*.com
Expand Down Expand Up @@ -34,14 +54,31 @@ org.eclipse.*
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store?
# Windows and OS generated files #
##################################
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

.DS_Store
nbproject/private/
nbproject
demo/georgia-pls-ssml/
# Test generated files #
########################
tests/screenshots/*
tests/*.lock
tests/*.phar
tests/*.bat
tests/*.epub
tests/vendor
tests/vendor/*
tests/demo/georgia-pls-ssml
tests/georgia-pls-ssml/*
tests/tools
tests/tools/*
legacy/*.lock
legacy/vendor
legacy/vendor/*

testData
testData/*

0 comments on commit a4bf4fd

Please sign in to comment.