Convert simple-icons manual backup from submodule to tracked files
This commit is contained in:
60
logos/simple-icons.manual-backup-20251123-234134/.gitignore
vendored
Normal file
60
logos/simple-icons.manual-backup-20251123-234134/.gitignore
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
# Editor configurations
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Files generated by build script
|
||||
/index.js
|
||||
/index-icons.js
|
||||
/index.mjs
|
||||
/index-icons.mjs
|
||||
/index.d.ts
|
||||
/sdk.js
|
||||
|
||||
# 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*
|
||||
yarn.lock
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# Generated files
|
||||
*.tgz
|
||||
|
||||
### macOS ###
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
Reference in New Issue
Block a user