chore: scrape 파일 gitignore에 추가
This commit is contained in:
parent
8424c3422d
commit
3367f4806d
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -19,3 +19,8 @@ Thumbs.db
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
meilisearch_data/
|
meilisearch_data/
|
||||||
|
|
||||||
|
# Scrape files
|
||||||
|
backend/scrape_*.cjs
|
||||||
|
backend/scrape_*.js
|
||||||
|
backend/scrape_*.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue