mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
gitignore
- /bower_components/ - composer.phar - composer.lock
This commit is contained in:
parent
f0b0608fd5
commit
ee6fc13130
1 changed files with 12 additions and 4 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,14 +1,22 @@
|
|||
config.user.inc.php
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
config.user.inc.php
|
||||
/files/
|
||||
/build/
|
||||
|
||||
codeception.yml
|
||||
/tests/_output/
|
||||
/tests/*.suite.yml
|
||||
|
||||
/node_modules/
|
||||
/bower_components/
|
||||
/vendor/
|
||||
composer.phar
|
||||
composer.lock
|
||||
|
||||
.idea
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
.codeintel
|
||||
codeception.yml
|
||||
/tests/_output/
|
||||
/tests/*.suite.yml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue