simple-icons/.gitignore

53 lines
721 B
Plaintext
Raw Normal View History

2021-05-29 16:00:40 +00:00
# Files generated by build script
/index.js
export bundled icons from one entry point and add types (#6767) * export all icons from a single file (#6189) * fix: revert formatting, add exports to package.json * feat: generate icons.js and add relevant exports field * add minifyAndWrite Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * fix: minifyAndWrite build * add type: commonjs Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * simplify exports Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * add "require" in exports * place objects directly in barrel file * write exports minified Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * fix formatting Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * refactor slugToVariableName code into a function * fix slugToVariableName * change prefix to "si" * move slugToVariableName to local helper functions * unignore icons.js and icons.mjs Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * feat: add types (#6580) * feat: add types * fix linting error * export default from types/index.d.ts * minify * revert formatting changes * revert formatting change * change paths from types/index.d.ts to index.d.ts * mark icons.get as deprecated * move type alias to another file * update readme * update readme.md Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * update typescript usage section Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * fix conflicts * Apply suggestions from code review Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com> * add writeTs function Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-10-28 23:16:34 +00:00
/icons.js
/icons.mjs
/icons.d.ts
2021-05-29 16:00:40 +00:00
# Ignore all files in the icons folder
icons/*
# Except SVG files
!icons/*.svg
### NodeJS ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
2022-05-07 18:11:20 +00:00
yarn.lock
2021-05-29 16:00:40 +00:00
# Dependency directories
node_modules/
2012-11-16 11:08:51 +00:00
2017-04-23 15:46:05 +00:00
### macOS ###
2019-10-19 22:33:52 +00:00
# General
.DS_Store
2017-04-23 15:46:05 +00:00
.AppleDouble
.LSOverride
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# Icon must end with two \r
Icon
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# Thumbnails
._*
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk