Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #683 from mleanos/gitignore_VS
Browse files Browse the repository at this point in the history
Added Visual Studio files to gitignore
Rearranged gitignore to prioritize general files over editor files
  • Loading branch information
ilanbiala committed Jul 24, 2015
2 parents 8a81cf0 + c7ec27e commit e3405d2
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions .gitignore
Expand Up @@ -23,6 +23,20 @@ modules/users/client/img/profile/uploads
config/env/local.js
*.pem

# General
# =======
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.tmp
*.bak
*.swp
logs/
build/

# Sublime editor
# ==============
.sublime-project
Expand All @@ -48,16 +62,10 @@ local.properties
data/
mongod

# General
# =======
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.tmp
*.bak
*.swp
logs/
build/
# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln

0 comments on commit e3405d2

Please sign in to comment.