Skip to content

Commit c5ac650

Browse files
committed
First push
0 parents  commit c5ac650

File tree

102 files changed

+8721
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+8721
-0
lines changed

.dockerignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.DS_Store
2+
crawling_data
3+
node_modules
4+
checker/node_modules
5+
.cache
6+
src/__pycache__/
7+
src/strategies/__pycache__/
8+
*.pyc
9+
.env
10+
update.sh
11+
12+
*yarn.lock
13+
14+
# IDE Files
15+
.idea/
16+
*.iml
17+
geckodriver.log
18+
.vscode/
19+
20+
configs/public
21+
configs/private

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.DS_Store
2+
crawling_data
3+
node_modules
4+
checker/node_modules
5+
.cache
6+
src/__pycache__/
7+
src/strategies/__pycache__/
8+
*.pyc
9+
.env
10+
update.sh
11+
12+
*yarn.lock
13+
14+
# IDE Files
15+
.idea/
16+
*.iml
17+
geckodriver.log
18+
.vscode/
19+
20+
configs/public
21+
configs/private

0 commit comments

Comments
 (0)