Quellcode durchsuchen

Merge pull request #59 from nilwurtz/main

chore: add `.DS_Store` and `!package.json` to `.gitignore`
Steve Sewell vor 1 Jahr
Ursprung
Commit
e67af23202
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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