Skip to content

Commit

Permalink
Add IDE metadata to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Sep 28, 2020
1 parent 04c636a commit 8db8e6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ typings/
.DS_Store
Thumbs.db

# IDE metadata
.idea/
.vs/
.vscode/

# Ignore built ts files
__tests__/runner/*
lib/**/*

0 comments on commit 8db8e6e

Please sign in to comment.