Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Changed .vs/ to /.vs and .github/ to /.github to work
Tested on DiscordBot Repo
  • Loading branch information
Lulalaby authored Sep 18, 2018
1 parent e5d73dd commit 26b6365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm-debug.log
# Ignore ide settings
.idea/
.vscode/
.vs/
/.vs

# Do not commit the env.js file as it may contain sensitive data
/nbproject/private/
Expand All @@ -35,4 +35,4 @@ npm-debug.log
cypress/videos

#ignore internal github files
.github/
/.github

0 comments on commit 26b6365

Please sign in to comment.