Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
Improved .gitignore
Browse files Browse the repository at this point in the history
The Sublime Text ignoring will make my life significantly easier.
  • Loading branch information
Fishrock123 committed Jan 27, 2014
1 parent a9feb71 commit c53c77f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .gitignore
@@ -1,4 +1,20 @@
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Thumbs.db

# Node.js #
###########
node_modules
npm-debug.log

# Build #
###########
.compiletime
.DS_Store
build/build.coffee
node_modules/*

# Sublime Text #
##############
*.sublime-project
*.sublime-workspace

0 comments on commit c53c77f

Please sign in to comment.