Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ritds committed Mar 5, 2022
1 parent b08f24f commit a93897a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/node_modules
/process
/store
8 changes: 8 additions & 0 deletions config/download_settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"downloadTimeout": 0,
"selectorTimeout": 2000,
"navigationTimeout": 180000,
"launchTimeout": 120000,
"loginTimeout": 10000,
"pageOpenTimeout": 10000
}
5 changes: 5 additions & 0 deletions config/get_figma_files_list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
access_token: 'your-access-tokens'
output_limit: 100
age_limit: 1
teams:
- your-team-id

0 comments on commit a93897a

Please sign in to comment.