Skip to content

Commit

Permalink
Fixing broken gitignore install
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgco committed Aug 24, 2011
1 parent a9d7efe commit fc7fbe3
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion .gitignore
@@ -1 +1,38 @@
<html><body>You are being <a href="https://raw.github.com/PabloSerbo/GitIgnore/master/.gitignore">redirected</a>.</body></html>
# Node.js with Express and Stlyus
public/css/*.css
public/css/main/*.css
public/css/admin/*.css
/.monitor

# Eclipse
/.project
/.settings
/.buildpath

# Windows
Thumbs.db

# Ignore this in Clock Harness projects because it is created by the build system.
/Config/vhost.conf

# Vim
.*.sw[a-z]
*.un~i
tags

# OsX
.DS_Store
Icon?
._*
.Spotlight-V100
.Trashes

# nodejs npm modules
/node_modules

# node-cluster
/pids
*.sock

# ZSH Cake plugin cache
/.cake_task_cache

0 comments on commit fc7fbe3

Please sign in to comment.