Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Add .idea to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayton Stafford committed Dec 9, 2018
1 parent ea52c4c commit f5ef44a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 345 deletions.
78 changes: 0 additions & 78 deletions .idea/markdown-navigator.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/markdown-navigator/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

257 changes: 0 additions & 257 deletions .idea/workspace.xml

This file was deleted.

1 change: 1 addition & 0 deletions packages/ooth-client/package.json
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"@smartive/tslint-config": "^4.0.0",
"@types/isomorphic-fetch": "0.0.34",
"@types/jest": "^23.3.1",
"@types/lodash": "^4.14.116",
"del-cli": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ooth-client/src/index.ts
@@ -1,4 +1,4 @@
import * as fetch from 'cross-fetch';
import fetch from 'cross-fetch';
import { isEqual } from 'lodash';

const url = require('url');
Expand Down

0 comments on commit f5ef44a

Please sign in to comment.