46 lines
520 B
Plaintext
46 lines
520 B
Plaintext
|
# Editors
|
||
|
project.xml
|
||
|
project.properties
|
||
|
/nbproject/private/
|
||
|
.buildpath
|
||
|
.project
|
||
|
.settings*
|
||
|
.idea
|
||
|
.vscode
|
||
|
*.sublime-project
|
||
|
*.sublime-workspace
|
||
|
.sublimelinterrc
|
||
|
|
||
|
# Grunt
|
||
|
/node_modules/
|
||
|
none
|
||
|
|
||
|
# Sass
|
||
|
.sass-cache/
|
||
|
|
||
|
# OS X metadata
|
||
|
.DS_Store
|
||
|
|
||
|
# Windows junk
|
||
|
Thumbs.db
|
||
|
|
||
|
# ApiGen
|
||
|
/wc-apidocs/
|
||
|
|
||
|
# Behat/CLI Tests
|
||
|
tests/cli/installer
|
||
|
tests/cli/composer.phar
|
||
|
tests/cli/composer.lock
|
||
|
tests/cli/composer.json
|
||
|
tests/cli/vendor
|
||
|
|
||
|
# Unit tests
|
||
|
/tmp
|
||
|
/tests/bin/tmp
|
||
|
/tests/e2e-tests/config/local-*.json
|
||
|
|
||
|
# Logs
|
||
|
/logs
|
||
|
|
||
|
# Composer
|
||
|
/vendor/
|