You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
665 B
64 lines
665 B
# Builds |
|
build |
|
releases |
|
|
|
# OSX |
|
.DS_Store |
|
._* |
|
.Spotlight-V100 |
|
.Trashes |
|
|
|
# Windows |
|
Thumbs.db |
|
Desktop.ini |
|
|
|
# PHPStorm |
|
.idea/ |
|
|
|
# Sublime Text |
|
*.sublime* |
|
|
|
# Eclipse |
|
.buildpath |
|
.project |
|
.settings |
|
|
|
# Temp files |
|
*.tmp |
|
*.bak |
|
*.swp |
|
*~.nib |
|
*~ |
|
|
|
# Phing |
|
build.properties |
|
phing-latest.phar |
|
|
|
# Github pages and Jekyll files |
|
/_site/ |
|
/Gemfile |
|
/Gemfile.lock |
|
|
|
# composer |
|
composer.phar |
|
vendor/* |
|
|
|
# Robo |
|
robo.phar |
|
RoboFile.ini |
|
|
|
# Test related files |
|
tests/acceptance.suite.yml |
|
tests/*/*Tester.php |
|
tests/_support/_generated/*TesterActions.php |
|
tests/joomla* |
|
tests/_output* |
|
selenium-server-standalone.jar |
|
codecept.phar |
|
selenium.log |
|
tests/cache |
|
|
|
# Package building related |
|
/dist |
|
jorobo.ini |
|
|
|
|