line-stamp-api-proxy / .dockerignore
daydreamer-json's picture
Hello
518bc25 verified
raw
history blame contribute delete
507 Bytes
.git/
# δΎε­˜ι–’δΏ‚
node_modules/
bun.lock
# ログフゑむル
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ランタむムフゑむル
pids/
*.pid
*.seed
*.pid.lock
# γ‚«γƒγƒ¬γƒƒγ‚Έγƒ‡γ‚£γƒ¬γ‚―γƒˆγƒͺ
coverage/
.nyc_output
# γƒ“γƒ«γƒ‰ε‡ΊεŠ›
dist/
build/
# 環咃倉数フゑむル
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDEフゑむル
.vscode/
.idea/
*.swp
*.swo
*~
# OSフゑむル
.DS_Store
Thumbs.db
# γƒ†γ‚Ήγƒˆγƒ•γ‚‘γ‚€γƒ«
__tests__/