mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Standardize the GitIgnore
This commit is contained in:
parent
8adb16e1f6
commit
6677f2f5d4
59
.gitignore
vendored
59
.gitignore
vendored
@ -1,5 +1,57 @@
|
|||||||
# Ignore all node modules.
|
# Various Node ignoramuses.
|
||||||
/node_modules
|
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
lib-cov
|
||||||
|
coverage
|
||||||
|
.grunt
|
||||||
|
.lock-wscript
|
||||||
|
build/Release
|
||||||
|
node_modules
|
||||||
|
jspm_modules
|
||||||
|
.npm
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
|
# Various Windows ignoramuses.
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
*.lnk
|
||||||
|
|
||||||
|
# Various OSX ignoramuses.
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
Icon
|
||||||
|
._*
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|
||||||
|
# Various Linux ignoramuses.
|
||||||
|
|
||||||
|
.fuse_hidden*
|
||||||
|
.directory
|
||||||
|
.Trash-*
|
||||||
|
|
||||||
|
# Various Magic Mirror ignoramuses and anti-ignoramuses.
|
||||||
|
|
||||||
# Don't ignore the node_helper nore module.
|
# Don't ignore the node_helper nore module.
|
||||||
!/modules/node_helper
|
!/modules/node_helper
|
||||||
@ -12,6 +64,3 @@
|
|||||||
|
|
||||||
# Ignore changes to the custom css files.
|
# Ignore changes to the custom css files.
|
||||||
/css/custom.css
|
/css/custom.css
|
||||||
|
|
||||||
# Ignore Desktop Services Store files (OS X)
|
|
||||||
**/.DS_Store
|
|
Loading…
x
Reference in New Issue
Block a user