mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-08 11:11:33 -07:00
44 lines
467 B
Text
44 lines
467 B
Text
# Visual Studio Code
|
|
.vscode
|
|
|
|
# Intelij-IDEA
|
|
.idea
|
|
|
|
# Node.js
|
|
node_modules
|
|
**/node_modules
|
|
report.*.json
|
|
|
|
# Rust
|
|
packages/backend/native-utils/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
|
|
Dockerfile
|
|
docker-compose.yml
|