2015-12-13 04:42:28 +00:00
|
|
|
/vendor
|
2015-12-16 12:52:16 +00:00
|
|
|
node_modules
|
2015-12-13 04:42:28 +00:00
|
|
|
Homestead.yaml
|
|
|
|
Homestead.json
|
|
|
|
.env
|
2016-11-24 01:34:25 +00:00
|
|
|
.idea
|
2015-12-13 04:42:28 +00:00
|
|
|
/_ide_helper.php
|
|
|
|
/config.testing
|
|
|
|
/config.local
|
|
|
|
db.mwb.bak
|
|
|
|
bower_components
|
2016-01-03 11:47:45 +00:00
|
|
|
/CHANGE
|
2019-04-22 14:26:28 +00:00
|
|
|
koel.db
|
2015-12-13 04:42:28 +00:00
|
|
|
|
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
### OSX ###
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear in the root of a volume
|
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
### Sass ###
|
|
|
|
.sass-cache/
|
|
|
|
*.css.map
|
2016-11-13 15:05:24 +00:00
|
|
|
|
|
|
|
/database/e2e.sqlite
|
2017-12-16 21:10:40 +00:00
|
|
|
.nyc_output
|
2017-12-16 23:09:23 +00:00
|
|
|
*.swp
|
2017-12-17 19:25:28 +00:00
|
|
|
*.swo
|
2017-12-16 23:09:23 +00:00
|
|
|
*~
|
2018-08-24 15:27:19 +00:00
|
|
|
|
2019-04-14 15:35:54 +00:00
|
|
|
# Cypress
|
2022-04-26 13:40:02 +00:00
|
|
|
cypress/screenshots/
|
|
|
|
cypress/videos/
|
|
|
|
cypress/downloads/
|
2019-04-14 15:35:54 +00:00
|
|
|
|
2018-08-24 15:27:19 +00:00
|
|
|
/log
|
2019-01-14 16:32:36 +00:00
|
|
|
coverage.xml
|
|
|
|
.phpunit.result.cache
|
2020-09-06 18:21:39 +00:00
|
|
|
log.json
|
2020-09-06 21:20:42 +00:00
|
|
|
|
|
|
|
.php_cs.cache
|
2022-08-04 08:34:13 +00:00
|
|
|
|
|
|
|
demo-credits.json
|