Organizing files ignored by alphabetical order
This commit is contained in:
parent
83dff058fe
commit
b852813d64
72
.gitignore
vendored
72
.gitignore
vendored
@ -1,41 +1,41 @@
|
|||||||
logs
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
|
||||||
pids
|
|
||||||
*.pid
|
|
||||||
*.seed
|
|
||||||
lib-cov
|
|
||||||
coverage
|
|
||||||
.lock-wscript
|
|
||||||
build/Release
|
|
||||||
node_modules
|
|
||||||
.npm
|
|
||||||
.node_repl_history
|
|
||||||
*~
|
|
||||||
.directory
|
|
||||||
.Trash-*
|
|
||||||
.DS_Store
|
|
||||||
.AppleDouble
|
|
||||||
.LSOverride
|
|
||||||
Icon
|
|
||||||
._*
|
|
||||||
.DocumentRevisions-V100
|
|
||||||
.fseventsd
|
|
||||||
.Spotlight-V100
|
|
||||||
.TemporaryItems
|
|
||||||
.Trashes
|
|
||||||
.VolumeIcon.icns
|
|
||||||
.AppleDB
|
|
||||||
.AppleDesktop
|
|
||||||
Network Trash Folder
|
|
||||||
Temporary Items
|
|
||||||
.apdisk
|
|
||||||
Thumbs.db
|
|
||||||
ehthumbs.db
|
|
||||||
Desktop.ini
|
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
*.cab
|
*.cab
|
||||||
|
*.lnk
|
||||||
|
*.log
|
||||||
*.msi
|
*.msi
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
*.lnk
|
*.pid
|
||||||
|
*.seed
|
||||||
|
*~
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
.AppleDouble
|
||||||
|
.DS_Store
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.LSOverride
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trash-*
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
._*
|
||||||
|
.apdisk
|
||||||
|
.directory
|
||||||
|
.fseventsd
|
||||||
|
.lock-wscript
|
||||||
|
.node_repl_history
|
||||||
|
.npm
|
||||||
|
Desktop.ini
|
||||||
|
Icon
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
Thumbs.db
|
||||||
|
build/Release
|
||||||
|
coverage
|
||||||
|
ehthumbs.db
|
||||||
|
lib-cov
|
||||||
|
logs
|
||||||
|
node_modules
|
||||||
|
npm-debug.log*
|
||||||
|
pids
|
||||||
|
Loading…
Reference in New Issue
Block a user