blessing-skin-server/.dockerignore

60 lines
924 B
Plaintext
Raw Permalink Normal View History

2020-05-03 15:41:06 +08:00
.git/
.github/
.vscode/
.idea/
.cache/
.cache-loader/
2020-05-03 15:41:06 +08:00
coverage/
node_modules/
plugins/**
public/app/*
public/lang/*
public/plugins/**
resources/assets/tests/
storage/*.db
storage/*.sqlite
storage/insane-profile-cache
storage/oauth-public.key
storage/oauth-private.key
storage/install.lock
storage/options.php
2020-05-03 15:41:06 +08:00
storage/debugbar
storage/framework/cache/**
storage/framework/sessions/**
storage/framework/testing/
storage/framework/views/**
storage/logs/**
storage/packages/**
storage/textures/*
storage/update_cache/*
target/
2020-05-03 15:41:06 +08:00
tests/
vendor/*
2020-05-03 15:41:06 +08:00
_ide_helper.php
.dockerignore
.editorconfig
.env
.env.testing
.eslintignore
.eslintrc.yml
2020-05-03 15:41:06 +08:00
.gitignore
.php_cs.*
.php-cs-fixer.cache
.php-cs-fixer.dist.php
2020-05-03 15:41:06 +08:00
.phpstorm.meta.php
.phpunit.result.cache
.sass-cache
.uini
2020-05-03 15:41:06 +08:00
azure-pipelines.yml
crowdin.yml
docker-compose.yml
Dockerfile*
2020-05-03 15:41:06 +08:00
index.html
junit.xml
2020-05-03 15:41:06 +08:00
phpunit.xml
README*.md
server.php
tsconfig.dev.json
tsconfig.eslint.json
2020-05-03 15:41:06 +08:00
yarn-error.log