Skip to main content
Module

x/discord_emoji/.gitignore

[Library/Deno] A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Latest
File
coveragedistjs_temp
# Created by https://www.toptal.com/developers/gitignore/api/git,linux,macos,windows# Edit at https://www.toptal.com/developers/gitignore?templates=git,linux,macos,windows
### Git #### Created by git for backups. To disable backups in Git:# $ git config --global mergetool.keepBackup false*.orig
# Created by git when using merge tools for conflicts*.BACKUP.**.BASE.**.LOCAL.**.REMOTE.**_BACKUP_*.txt*_BASE_*.txt*_LOCAL_*.txt*_REMOTE_*.txt
### Linux ###*~
# temporary files which can be created if a process still has a handle open of a deleted file.fuse_hidden*
# KDE directory preferences.directory
# Linux trash folder which might appear on any partition or disk.Trash-*
# .nfs files are created when an open file is removed but is still being accessed.nfs*
### macOS #### General.DS_Store.AppleDouble.LSOverride
# Icon must end with two \rIcon

# 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.AppleDesktopNetwork Trash FolderTemporary Items.apdisk
### macOS Patch #### iCloud generated files*.icloud
### Windows #### Windows thumbnail cache filesThumbs.dbThumbs.db:encryptableehthumbs.dbehthumbs_vista.db
# Dump file*.stackdump
# Folder config file[Dd]esktop.ini
# Recycle Bin used on file shares$RECYCLE.BIN/
# Windows Installer files*.cab*.msi*.msix*.msm*.msp
# Windows shortcuts*.lnk
# End of https://www.toptal.com/developers/gitignore/api/git,linux,macos,windows