|
| 1 | +#### node #### |
| 2 | +# Logs |
| 3 | +logs |
| 4 | +*.log |
| 5 | +npm-debug.log* |
| 6 | + |
| 7 | +# Runtime data |
| 8 | +pids |
| 9 | +*.pid |
| 10 | +*.seed |
| 11 | +*.pid.lock |
| 12 | + |
| 13 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 14 | +lib-cov |
| 15 | + |
| 16 | +# Coverage directory used by tools like istanbul |
| 17 | +coverage |
| 18 | + |
| 19 | +# nyc test coverage |
| 20 | +.nyc_output |
| 21 | + |
| 22 | +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| 23 | +.grunt |
| 24 | + |
| 25 | +# node-waf configuration |
| 26 | +.lock-wscript |
| 27 | + |
| 28 | +# Compiled binary addons (http://nodejs.org/api/addons.html) |
| 29 | +build/Release |
| 30 | + |
| 31 | +# Dependency directories |
| 32 | +node_modules |
| 33 | +jspm_packages |
| 34 | + |
| 35 | +# Optional npm cache directory |
| 36 | +.npm |
| 37 | + |
| 38 | +# Optional REPL history |
| 39 | +.node_repl_history |
| 40 | + |
| 41 | +#### osx #### |
| 42 | +*.DS_Store |
| 43 | +.AppleDouble |
| 44 | +.LSOverride |
| 45 | + |
| 46 | +# Icon must end with two \r |
| 47 | +Icon |
| 48 | + |
| 49 | +# Thumbnails |
| 50 | +._* |
| 51 | + |
| 52 | +# Files that might appear in the root of a volume |
| 53 | +.DocumentRevisions-V100 |
| 54 | +.fseventsd |
| 55 | +.Spotlight-V100 |
| 56 | +.TemporaryItems |
| 57 | +.Trashes |
| 58 | +.VolumeIcon.icns |
| 59 | +.com.apple.timemachine.donotpresent |
| 60 | + |
| 61 | +# Directories potentially created on remote AFP share |
| 62 | +.AppleDB |
| 63 | +.AppleDesktop |
| 64 | +Network Trash Folder |
| 65 | +Temporary Items |
| 66 | +.apdisk |
| 67 | + |
| 68 | +#### linux #### |
| 69 | +*~ |
| 70 | + |
| 71 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 72 | +.fuse_hidden* |
| 73 | + |
| 74 | +# KDE directory preferences |
| 75 | +.directory |
| 76 | + |
| 77 | +# Linux trash folder which might appear on any partition or disk |
| 78 | +.Trash-* |
| 79 | + |
| 80 | +#### windows #### |
| 81 | +# Windows image file caches |
| 82 | +Thumbs.db |
| 83 | +ehthumbs.db |
| 84 | + |
| 85 | +# Folder config file |
| 86 | +Desktop.ini |
| 87 | + |
| 88 | +# Recycle Bin used on file shares |
| 89 | +$RECYCLE.BIN/ |
| 90 | + |
| 91 | +# Windows Installer files |
| 92 | +*.cab |
| 93 | +*.msi |
| 94 | +*.msm |
| 95 | +*.msp |
| 96 | + |
| 97 | +# Windows shortcuts |
| 98 | +*.lnk |
| 99 | + |
| 100 | +#### custom #### |
| 101 | + |
| 102 | +# Coverage |
| 103 | +test/unit/coverage |
| 104 | + |
| 105 | +# Built files: |
| 106 | +/index.js |
| 107 | +/style.css |
| 108 | + |
| 109 | +# vue-dev-server |
| 110 | +dev/index.js |
| 111 | +docs/ |
0 commit comments