blob: 2fed0885eac961f19d01d504510f0a348ce894b9 [file] [log] [blame]
evansirokyb1d44042016-06-15 21:06:01 -07001# Logs
2logs
3*.log
4npm-debug.log*
5
6# Runtime data
7pids
8*.pid
9*.seed
10
11# Directory for instrumented libs generated by jscoverage/JSCover
12lib-cov
13
14# Coverage directory used by tools like istanbul
15coverage
16
17# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18.grunt
19
20# node-waf configuration
21.lock-wscript
22
23# Compiled binary addons (http://nodejs.org/api/addons.html)
24build/Release
25
26# Dependency directories
27node_modules
28jspm_packages
29
30# Optional npm cache directory
31.npm
32
33# Optional REPL history
34.node_repl_history
35
36# =========================
37# Operating System Files
38# =========================
39
40# OSX
41# =========================
42
43.DS_Store
44.AppleDouble
45.LSOverride
46
47# Thumbnails
48._*
49
50# Files that might appear in the root of a volume
51.DocumentRevisions-V100
52.fseventsd
53.Spotlight-V100
54.TemporaryItems
55.Trashes
56.VolumeIcon.icns
57
58# Directories potentially created on remote AFP share
59.AppleDB
60.AppleDesktop
61Network Trash Folder
62Temporary Items
63.apdisk
64
65# Windows
66# =========================
67
68# Windows image file caches
69Thumbs.db
70ehthumbs.db
71
72# Folder config file
73Desktop.ini
74
75# Recycle Bin used on file shares
76$RECYCLE.BIN/
77
78# Windows Installer files
79*.cab
80*.msi
81*.msm
82*.msp
83
84# Windows shortcuts
85*.lnk
evansirokyd401c892016-06-16 00:05:14 -070086
87# Project
88# =========================
evansiroky35f64342016-06-16 22:17:04 -070089downloads
90dist