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