Skip to content

Commit

Permalink
Added Visual Studio files to gitignore
Browse files Browse the repository at this point in the history
Adding files to ignore that are related to Visual Studio, and Node.js
development within the VS environment.
  • Loading branch information
mleanos authored and simison committed Jul 24, 2015
1 parent 8a81cf0 commit 6c2c77c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ local.properties
data/
mongod

# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln

# General
# =======
*.log
Expand Down

0 comments on commit 6c2c77c

Please sign in to comment.