mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-12-06 00:33:01 +11:00
v2
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# ---> 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
|
||||
Reference in New Issue
Block a user