first commit
This commit is contained in:
25
.dockerignore
Normal file
25
.dockerignore
Normal file
@@ -0,0 +1,25 @@
|
||||
# 민감 정보
|
||||
.env
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
|
||||
# 빌드 결과물
|
||||
stocksearch
|
||||
stockSearch
|
||||
*.exe
|
||||
*.out
|
||||
|
||||
# 문서
|
||||
*.pdf
|
||||
*.txt
|
||||
kiwoom_api_doc.*
|
||||
tasks.md
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Docker compose
|
||||
docker-compose.yml
|
||||
Caddyfile
|
||||
Reference in New Issue
Block a user