Skip to content

Commit

Permalink
Ignore .swp files
Browse files Browse the repository at this point in the history
  • Loading branch information
dereklieu committed May 12, 2016
1 parent de5e299 commit 62e3652
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
# Files which match the splat patterns below will
# be ignored by git. This keeps random crap and
# and sensitive credentials from being uploaded to
# and sensitive credentials from being uploaded to
# your repository. It allows you to configure your
# app for your machine without accidentally
# committing settings which will smash the local
# settings of other developers on your team.
# committing settings which will smash the local
# settings of other developers on your team.
#
# Some reasonable defaults are included below,
# but, of course, you should modify/extend/prune
Expand All @@ -31,12 +31,12 @@
#
# 2. Environment-specific configuration
# Basically, anything that would be annoying
# to have to change every time you do a
# to have to change every time you do a
# `git pull`
# e.g., your local development database, or
# the S3 bucket you're using for file uploads
# development.
#
#
################################################

local.js
Expand All @@ -48,7 +48,7 @@ local.js
################################################
# Dependencies
#
# When releasing a production app, you may
# When releasing a production app, you may
# consider including your node_modules and
# bower_components directory in your git repo,
# but during development, its best to exclude it,
Expand All @@ -63,7 +63,7 @@ local.js
# About bower_components dir, you can see this:
# http://addyosmani.com/blog/checking-in-front-end-dependencies/
# (credit Addy Osmani, @addyosmani)
#
#
################################################

node_modules
Expand Down Expand Up @@ -130,3 +130,4 @@ nbproject
.node_history
temp
tmp
**/*.swp

0 comments on commit 62e3652

Please sign in to comment.