118 lines
1.7 KiB
Plaintext
118 lines
1.7 KiB
Plaintext
/.phpunit.cache
|
|
/node_modules
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/vendor
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
auth.json
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/.fleet
|
|
/.idea
|
|
/.vscode
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
.idea/**/aws.xml
|
|
.idea/**/contentModel.xml
|
|
.idea/**/dataSources/
|
|
.idea/**/dataSources.ids
|
|
.idea/**/dataSources.local.xml
|
|
.idea/**/sqlDataSources.xml
|
|
.idea/**/dynamic.xml
|
|
.idea/**/uiDesigner.xml
|
|
.idea/**/dbnavigator.xml
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
cmake-build-*/
|
|
.idea/**/mongoSettings.xml
|
|
*.iws
|
|
out/
|
|
.idea_modules/
|
|
atlassian-ide-plugin.xml
|
|
.idea/replstate.xml
|
|
.idea/sonarlint/
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
.idea/httpRequests
|
|
.idea/caches/build_file_checksums.ser
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
lib-cov
|
|
coverage
|
|
*.lcov
|
|
.nyc_output
|
|
.grunt
|
|
bower_components
|
|
.lock-wscript
|
|
build/Release
|
|
node_modules/
|
|
jspm_packages/
|
|
web_modules/
|
|
*.tsbuildinfo
|
|
.npm
|
|
.eslintcache
|
|
.stylelintcache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
.node_repl_history
|
|
*.tgz
|
|
.yarn-integrity
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
.cache
|
|
.parcel-cache
|
|
.next
|
|
out
|
|
.nuxt
|
|
dist
|
|
.cache/
|
|
.vuepress/dist
|
|
.temp
|
|
.docusaurus
|
|
.serverless/
|
|
.fusebox/
|
|
.dynamodb/
|
|
.tern-port
|
|
.vscode-test
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
/vendor/
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
public/storage
|
|
public/hot
|
|
public_html/storage
|
|
public_html/hot
|
|
storage/*.key
|
|
/.vagrant
|