Fix gitignore
parent
239271438c
commit
f4cdfdeaf8
|
@ -1,2 +1,60 @@
|
|||
# Configs
|
||||
config.json
|
||||
|
||||
# Modules
|
||||
src/webserver/public/css/
|
||||
.sass-cache
|
||||
dist/
|
||||
node_modules/
|
||||
docs/
|
||||
node_modules/
|
||||
out/
|
||||
|
||||
# Logs & lockfiles
|
||||
.npm
|
||||
*.log
|
||||
*-audit.json
|
||||
npm
|
||||
report.*
|
||||
yarn.lock*
|
||||
logs/
|
||||
|
||||
# Windows
|
||||
*.stackdump
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
*.lnk
|
||||
[Dd]esktop.ini
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# macOS
|
||||
._*
|
||||
.apdisk
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
.AppleDouble
|
||||
.com.apple.timemachine.donotpresent
|
||||
.DocumentRevisions-V100
|
||||
.DS_Store
|
||||
.fseventsd
|
||||
.LSOverride
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
Icon
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
|
||||
# Linux
|
||||
*~
|
||||
.directory
|
||||
.fuse_hidden*
|
||||
.nfs*
|
||||
.Trash-*
|
||||
|
|
Loading…
Reference in New Issue