2023-06-05 01:29:32 +03:00
|
|
|
# Editor configurations
|
|
|
|
.vscode
|
|
|
|
.idea
|
|
|
|
|
2021-05-29 19:00:40 +03:00
|
|
|
# Files generated by build script
|
|
|
|
/index.js
|
2022-11-28 14:32:57 +03:00
|
|
|
/index.mjs
|
|
|
|
/index.d.ts
|
2023-04-19 16:23:13 +03:00
|
|
|
/sdk.js
|
2021-05-29 19:00:40 +03: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 21:11:20 +03:00
|
|
|
yarn.lock
|
2021-05-29 19:00:40 +03:00
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
2012-11-16 15:08:51 +04:00
|
|
|
|
2023-04-19 16:23:13 +03:00
|
|
|
# Generated files
|
|
|
|
*.tgz
|
2012-11-16 15:08:51 +04:00
|
|
|
|
2017-04-23 18:46:05 +03:00
|
|
|
### macOS ###
|
2019-10-20 01:33:52 +03:00
|
|
|
# General
|
|
|
|
.DS_Store
|
2017-04-23 18:46:05 +03:00
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
2015-10-14 18:52:04 +03:00
|
|
|
|
2017-04-23 18:46:05 +03:00
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
2015-10-14 18:52:04 +03:00
|
|
|
|
2017-04-23 18:46:05 +03:00
|
|
|
# Thumbnails
|
|
|
|
._*
|
2015-10-14 18:52:04 +03:00
|
|
|
|
2017-04-23 18:46:05 +03: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 18:52:04 +03:00
|
|
|
|
2017-04-23 18:46:05 +03:00
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|