mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
25 lines
303 B
Plaintext
25 lines
303 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Vue 2 repo is outdated, hiding from repo to avoid Dependabot alerts
|
|
package-lock.json
|