firefish/.dockerignore

62 lines
668 B
Plaintext
Raw Permalink Normal View History

# Visual Studio Code
2023-07-07 02:54:53 +00:00
.vscode
# Intelij-IDEA
2023-07-07 02:54:53 +00:00
.idea
# Node.js
node_modules
2023-06-18 22:20:02 +00:00
**/node_modules
report.*.json
2023-06-07 17:43:32 +00:00
# Rust
/target
2023-06-07 17:43:32 +00:00
# Coverage
coverage
# config
2023-07-07 02:54:53 +00:00
/.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
.gitattributes
.weblate
animated.svg
cliff.toml
2023-06-22 17:16:59 +00:00
docker-compose.yml
docker-compose.example.yml
firefish.apache.conf
firefish.nginx.conf
title.svg
/.gitlab
/chart
/dev
/docs
/scripts
2024-05-07 09:00:22 +00:00
!/scripts/copy-assets.mjs
biome.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Procfile
README.md
SECURITY.md