소스 검색

chore: add `.DS_Store` and `!package.json` to `.gitignore`

nilwurtz 1 년 전
부모
커밋
a76fd172b6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -6,6 +6,9 @@ node_modules
 apify_storage
 crawlee_storage
 storage
+.DS_Store
+
+!package.json
 
 # any output from the crawler
 *.json