mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-19 04:08:12 +11:00
43 lines
563 B
Plaintext
43 lines
563 B
Plaintext
|
# ---> macOS
|
||
|
# General
|
||
|
.DS_Store
|
||
|
._.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
|
||
|
|
||
|
/uploads/*
|
||
|
etc/avatars/*
|
||
|
etc/previews/*
|
||
|
|
||
|
etc/vendor/
|
||
|
etc/config.json
|
||
|
test.php
|
||
|
test.js
|
||
|
|
||
|
node_modules/
|
||
|
package-lock.json
|
||
|
composer.lock
|