mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
29 lines
415 B
Plaintext
29 lines
415 B
Plaintext
.dockerignore
|
|
docker/*
|
|
Makefile
|
|
docker*.yml
|
|
Dockerfile
|
|
bootstrap/cache/*
|
|
storage/logs/*
|
|
storage/framework/cache/data/*
|
|
storage/framework/sessions/*
|
|
storage/framework/testing/*
|
|
storage/framework/views/*
|
|
storage/*.cache
|
|
vendor
|
|
node_modules
|
|
*.log
|
|
.gitignore
|
|
.editorconfig
|
|
.idea
|
|
.vscode
|
|
.github
|
|
.git
|
|
db_username.txt
|
|
db_password.txt
|
|
redis_password.txt
|
|
typesense_api_key.txt
|
|
.phpunit.result.cache
|
|
.env
|
|
docker-compose.yml
|