2023-02-04 05:38:40 +00:00
|
|
|
# Visual Studio Code
|
2023-07-07 02:54:53 +00:00
|
|
|
.vscode
|
2023-02-04 05:38:40 +00:00
|
|
|
|
|
|
|
# Intelij-IDEA
|
2023-07-07 02:54:53 +00:00
|
|
|
.idea
|
2023-02-04 05:38:40 +00:00
|
|
|
|
|
|
|
# Node.js
|
|
|
|
node_modules
|
2023-06-18 22:20:02 +00:00
|
|
|
**/node_modules
|
2023-02-04 05:38:40 +00:00
|
|
|
report.*.json
|
|
|
|
|
2023-06-07 17:43:32 +00:00
|
|
|
# Rust
|
2023-07-07 02:54:53 +00:00
|
|
|
packages/backend/native-utils/target
|
2023-06-07 17:43:32 +00:00
|
|
|
|
2023-02-04 05:38:40 +00:00
|
|
|
# Cypress
|
|
|
|
cypress/screenshots
|
|
|
|
cypress/videos
|
|
|
|
|
|
|
|
# Coverage
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# config
|
2023-07-07 02:54:53 +00:00
|
|
|
/.config
|
2023-02-04 05:38:40 +00:00
|
|
|
|
|
|
|
# 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
|
2018-10-09 06:09:50 +00:00
|
|
|
Dockerfile
|
2023-06-22 17:16:59 +00:00
|
|
|
docker-compose.yml
|