2015-12-13 12:42:28 +08:00
|
|
|
/vendor
|
2015-12-16 20:52:16 +08:00
|
|
|
node_modules
|
2015-12-13 12:42:28 +08:00
|
|
|
Homestead.yaml
|
|
|
|
Homestead.json
|
|
|
|
.env
|
2016-11-24 09:34:25 +08:00
|
|
|
.idea
|
2015-12-13 12:42:28 +08:00
|
|
|
/_ide_helper.php
|
|
|
|
/config.testing
|
|
|
|
/config.local
|
|
|
|
db.mwb.bak
|
|
|
|
bower_components
|
2016-01-03 19:47:45 +08:00
|
|
|
/CHANGE
|
2019-04-22 16:26:28 +02:00
|
|
|
koel.db
|
2015-12-13 12:42:28 +08:00
|
|
|
|
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
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 23:05:24 +08:00
|
|
|
|
|
|
|
/database/e2e.sqlite
|
2017-12-16 22:10:40 +01:00
|
|
|
.nyc_output
|
2017-12-17 00:09:23 +01:00
|
|
|
*.swp
|
2017-12-17 20:25:28 +01:00
|
|
|
*.swo
|
2017-12-17 00:09:23 +01:00
|
|
|
*~
|
2018-08-24 17:27:19 +02:00
|
|
|
|
2019-04-14 17:35:54 +02:00
|
|
|
# Cypress
|
|
|
|
cypress/screenshots
|
|
|
|
cypress/videos
|
|
|
|
|
2018-08-24 17:27:19 +02:00
|
|
|
/log
|
2019-01-14 17:32:36 +01:00
|
|
|
coverage.xml
|
|
|
|
.phpunit.result.cache
|
2020-09-06 20:21:39 +02:00
|
|
|
log.json
|
2020-09-06 23:20:42 +02:00
|
|
|
|
|
|
|
.php_cs.cache
|