File tree Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ # Dependencies
2+ node_modules/
3+ package-lock.json
4+ yarn.lock
5+ apify-docs-theme/package-lock.json
6+
7+ # Build artifacts and generated content
8+ build/
9+ dist/
10+ build-docs/
11+ .docusaurus/
12+ static/api/
13+ apify-api.yaml
14+ apify-api/openapi/code_samples/
15+ apify-api/docs/
16+
17+ # Large generated files
18+ *.log
19+ *.pid
20+ *.seed
21+ *.tsbuildinfo
22+
23+ # IDE and editor files
24+ .vscode/
25+ .idea/
26+ .history/
27+
28+ # OS files
29+ .DS_Store
30+ Thumbs.db
31+
32+ # Temporary files
33+ tmp/
34+ pids/
35+ coverage/
36+ .nyc_output/
37+
38+ # Generated types
39+ types/
40+
41+ # Turbo cache
42+ .turbo/
43+
44+ # Generated documentation
45+ # These are typically auto-generated, but require editing from time to time
46+ # sources/api/*
47+ # !sources/api/sidebars.js
48+ # !sources/api/getting-started.mdx
49+
50+ # Large static files that are auto-generated
51+ static/api/openapi.json
52+ static/api/openapi.yaml
53+
54+ # Generated routes and registry files
55+ .docusaurus/routes.js
56+ .docusaurus/routesChunkNames.json
57+ .docusaurus/registry.js
58+ .docusaurus/globalData.json
59+ .docusaurus/site-metadata.json
60+ .docusaurus/client-modules.js
61+ .docusaurus/docusaurus.config.mjs
62+
63+ # Generated plugin directories
64+ .docusaurus/docusaurus-plugin-*/
65+ .docusaurus/docusaurus-theme-*/
66+ .docusaurus/@apify/
67+
68+ # Generated code samples (these are auto-generated from OpenAPI specs)
69+ # Note: These are typically auto-generated, but you may need to edit them occasionally
70+ # Uncomment the lines below if you want to ignore them completely:
71+ # apify-api/openapi/code_samples/javascript/*.js
72+ # apify-api/openapi/code_samples/curl/*.sh
73+
74+ # Generated requirements files
75+ apify-api/scripts/requirements.bin
You can’t perform that action at this time.
0 commit comments