This website works better with JavaScript
홈
탐색
도움말
로그인
torabkheslat
/
example-voting-app
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
ignore node_modules in git and docker build
Bret Fisher
5 년 전
부모
1cea6e5bb0
커밋
4350dd6738
2개의 변경된 파일
과
3개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
2
1
.gitignore
1
0
result/.dockerignore
+ 2
- 1
.gitignore
파일 보기
@@ -2,4 +2,5 @@
project.lock.json
bin/
obj/
-.vs/
+.vs/
+node_modules/
+ 1
- 0
result/.dockerignore
파일 보기
@@ -0,0 +1 @@
+node_modules/