mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
35 lines
342 B
Plaintext
35 lines
342 B
Plaintext
# Visual Studio Code
|
|
/.vscode
|
|
|
|
# Intelij-IDEA
|
|
/.idea
|
|
|
|
# Node.js
|
|
/node_modules
|
|
|
|
# yarn
|
|
yarn.lock
|
|
|
|
# config
|
|
/.config/*
|
|
!/.config/example.yml
|
|
!/.config/mongo_initdb_example.js
|
|
|
|
# misskey
|
|
/build
|
|
/built
|
|
/data
|
|
/.cache-loader
|
|
/db
|
|
/elasticsearch
|
|
npm-debug.log
|
|
*.pem
|
|
run.bat
|
|
api-docs.json
|
|
*.log
|
|
/redis
|
|
*.code-workspace
|
|
.DS_Store
|
|
/files
|
|
ormconfig.json
|