1
0
Fork 1
mirror of https://example.com synced 2024-11-22 08:06:39 +09:00
firefish/.dockerignore
2024-01-31 19:32:56 +09:00

59 lines
587 B
Text

# Visual Studio Code
.vscode
# Intelij-IDEA
.idea
# Node.js
node_modules
**/node_modules
report.*.json
# Rust
packages/backend-rs/target
# Cypress
cypress/screenshots
cypress/videos
# Coverage
coverage
# config
/.config
# misskey
built
db
elasticsearch
redis
npm-debug.log
*.pem
run.bat
api-docs.json
*.log
*.code-workspace
.DS_Store
files
ormconfig.json
packages/backend/assets/instance.css
# dockerignore custom
.git
.gitignore
Dockerfile
docker-compose.yml
docker-compose.example.yml
/target
/dev
/docs
/neko
/scripts
biome.json
COPYING
LICENSE
Makefile
README.md
update.sh