64 lines
698 B
Text
64 lines
698 B
Text
# Visual Studio Code
|
|
.vscode
|
|
|
|
# Intelij-IDEA
|
|
.idea
|
|
|
|
# Node.js
|
|
node_modules
|
|
**/node_modules
|
|
report.*.json
|
|
|
|
# Rust
|
|
packages/backend-rs/target
|
|
|
|
# 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
|
|
.gitattributes
|
|
.weblate
|
|
animated.svg
|
|
cliff.toml
|
|
docker-compose.yml
|
|
docker-compose.example.yml
|
|
firefish.apache.conf
|
|
firefish.nginx.conf
|
|
flake.lock
|
|
flake.nix
|
|
title.svg
|
|
/.gitlab
|
|
/chart
|
|
/dev
|
|
/docs
|
|
/scripts
|
|
biome.json
|
|
COPYING
|
|
CODE_OF_CONDUCT.md
|
|
CONTRIBUTING.md
|
|
Dockerfile
|
|
LICENSE
|
|
Procfile
|
|
README.md
|
|
SECURITY.md
|