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
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
config.user.inc.php
|
||||||
/files/
|
/files/
|
||||||
/build/
|
/build/
|
||||||
|
|
||||||
|
codeception.yml
|
||||||
|
/tests/_output/
|
||||||
|
/tests/*.suite.yml
|
||||||
|
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
/bower_components/
|
||||||
/vendor/
|
/vendor/
|
||||||
|
composer.phar
|
||||||
|
composer.lock
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
.codeintel
|
.codeintel
|
||||||
codeception.yml
|
|
||||||
/tests/_output/
|
|
||||||
/tests/*.suite.yml
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue