Skip to content

Commit

Permalink
Remove legacy build artifacts from .gitignore (#870)
Browse files Browse the repository at this point in the history
An old build artifact caused test failures. This wasn't immediately
clear because the .gitignore prevented these files from showing up in
the unstaged files. This removes those artifacts to make the fix more
obvious.
  • Loading branch information
evans authored and trevor-scheer committed Jan 3, 2019
1 parent b035c86 commit d90a883
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ packages/*/package-lock.json

lerna-debug.log

packages/apollo-vscode/server
packages/apollo-vscode/webview-content
packages/vscode-apollo/server
packages/vscode-apollo/webview-content
**/*.vsix
vscode-apollo-*.vsix

.env

Expand Down

0 comments on commit d90a883

Please sign in to comment.