소스 검색

feat: add dockerignore gitattributes

hxx258456 2 년 전
부모
커밋
7d99bc1e5d
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .dockerignore
  2. 1 0
      .gitattributes

+ 2 - 0
.dockerignore

@@ -0,0 +1,2 @@
+.git
+.idea

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+* text=auto eol=crlf