mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 07:57:42 +01:00
* Add gpt tags * Add github actions flow * Add link so people can use the chat * Fix workflow * Add openai dep * Add actions core * Try gh pr review in actions * Try with octokit * Remove changed files part * Try with createReview function * Try this * fix broken json file * Turn on review by gh action * Try this * Update icons/trash.json * Update the runner * Remove added tags * Add more checks
51 lines
964 B
Plaintext
51 lines
964 B
Plaintext
.DS_Store
|
|
.idea
|
|
.next
|
|
.obsidian
|
|
.now
|
|
.idea
|
|
.env
|
|
node_modules
|
|
dist
|
|
build
|
|
sandbox
|
|
stash
|
|
coverage
|
|
stats
|
|
*.log
|
|
outlined
|
|
packages/**/src/icons/*.js
|
|
packages/**/src/icons/*.ts
|
|
packages/**/src/icons/*.tsx
|
|
packages/**/src/aliases/*.ts
|
|
packages/**/src/aliases.ts
|
|
!packages/**/src/aliases/index.ts
|
|
packages/**/src/dynamicIconImports.ts
|
|
packages/**/DynamicIcon.d.ts
|
|
packages/**/dynamicIconImports.js
|
|
packages/**/dynamicIconImports.d.ts
|
|
packages/**/dynamicIconImports.js.map
|
|
packages/**/dynamic.d.ts
|
|
packages/**/dynamic.mjs.map
|
|
packages/**/dynamic.mjs
|
|
packages/**/LICENSE
|
|
categories.json
|
|
tags.json
|
|
.vercel
|
|
|
|
# docs
|
|
docs/.vitepress/cache
|
|
docs/.vitepress/dist
|
|
docs/.vitepress/.temp
|
|
docs/.vitepress/data/iconNodes
|
|
docs/.vitepress/data/iconMetaData.ts
|
|
docs/.vitepress/data/releaseMetaData.json
|
|
docs/.vitepress/data/releaseMetaData
|
|
docs/.vitepress/data/categoriesData.json
|
|
docs/.vitepress/data/iconDetails
|
|
docs/.vitepress/data/relatedIcons.json
|
|
docs/.vercel
|
|
docs/.nitro
|
|
.gitignore
|
|
|