Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Added .vs/ and .github/
  • Loading branch information
Lulalaby authored Sep 17, 2018
1 parent 46fc4a3 commit 5c02e41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ npm-debug.log
# Ignore ide settings
.idea/
.vscode/
.vs/

# Do not commit the env.js file as it may contain sensitive data
/nbproject/private/
Expand All @@ -32,3 +33,6 @@ npm-debug.log

# ignore cypress videos
cypress/videos

#ignore internal github files
.github/

0 comments on commit 5c02e41

Please sign in to comment.