2021-11-02 12:37:56 +07:00
|
|
|
# Node Modules Directory
|
|
|
|
node_modules/
|
|
|
|
|
2021-11-10 12:00:13 +07:00
|
|
|
# Package Manager
|
2021-11-09 11:20:36 +07:00
|
|
|
package-lock.json
|
2021-11-09 10:07:54 +07:00
|
|
|
|
2021-11-02 12:37:56 +07:00
|
|
|
# IDE Configuration
|
|
|
|
.vscode/
|
2021-11-09 07:49:28 +07:00
|
|
|
*.code-workspace
|
|
|
|
|
|
|
|
# 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
|
2021-11-15 17:22:22 +07:00
|
|
|
|
|
|
|
# Config
|
2021-11-15 17:35:31 +07:00
|
|
|
config.js
|