UNPKG

474 BPlain TextView Raw
1# Node.js with Express and Stlyus
2public/css/*.css
3public/css/main/*.css
4public/css/admin/*.css
5/.monitor
6
7# Eclipse
8/.project
9/.settings
10/.buildpath
11
12# Windows
13Thumbs.db
14
15# Ignore this in Clock Harness projects because it is created by the build system.
16/Config/vhost.conf
17
18# Vim
19.*.sw[a-z]
20*.un~i
21tags
22
23# OsX
24.DS_Store
25Icon?
26._*
27.Spotlight-V100
28.Trashes
29
30# nodejs npm modules
31/node_modules
32
33# node-cluster
34/pids
35*.sock
36
37# ZSH Cake plugin cache
38/.cake_task_cache
39
40coverage