Dockerfile 삭제 및 .gitignore에 build 디렉토리 추가

This commit is contained in:
simple
2025-04-02 00:12:14 +09:00
parent cd686966ef
commit 2235953426
2 changed files with 2 additions and 38 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
.DS_Store
.DS_Store
build