소스 검색

Git ignore

Axel Nordh 3 달 전
부모
커밋
90ed2a9755
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      .gitignore

+ 16 - 0
.gitignore

@@ -0,0 +1,16 @@
+Library/*
+Temp/*
+**/.log
+.DS_Store
+.vscode/
+.env
+node_modules/
+dist/
+build/
+coverage/
+*.iml
+.idea/
+*.swp
+
+Logs/*
+**/.dwlt