Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anushbhatia committed Jan 9, 2021
1 parent 8af7c96 commit fa98364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintcache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"C:\\Users\\Anush\\doc2pen\\src\\index.js":"1","C:\\Users\\Anush\\doc2pen\\src\\reportWebVitals.js":"2","C:\\Users\\Anush\\doc2pen\\src\\App.js":"3","C:\\Users\\Anush\\doc2pen\\src\\containers\\editContext.js":"4","C:\\Users\\Anush\\doc2pen\\src\\components\\MainContainer\\MainContainer.js":"5","C:\\Users\\Anush\\doc2pen\\src\\components\\Footer\\Footer.js":"6","C:\\Users\\Anush\\doc2pen\\src\\components\\Header\\Header.js":"7","C:\\Users\\Anush\\doc2pen\\src\\components\\Settings\\Settings.js":"8","C:\\Users\\Anush\\doc2pen\\src\\components\\OutputComponent\\Output.js":"9","C:\\Users\\Anush\\doc2pen\\src\\components\\Dropdown\\Dropdown.js":"10"},{"size":517,"mtime":1610182604944,"results":"11","hashOfConfig":"12"},{"size":375,"mtime":1610182604945,"results":"13","hashOfConfig":"12"},{"size":1095,"mtime":1610182604821,"results":"14","hashOfConfig":"12"},{"size":2632,"mtime":1610182604943,"results":"15","hashOfConfig":"12"},{"size":434,"mtime":1610182604939,"results":"16","hashOfConfig":"12"},{"size":499,"mtime":1610182604938,"results":"17","hashOfConfig":"12"},{"size":906,"mtime":1610182604939,"results":"18","hashOfConfig":"12"},{"size":5040,"mtime":1610182604941,"results":"19","hashOfConfig":"12"},{"size":1939,"mtime":1610183395293,"results":"20","hashOfConfig":"12"},{"size":1359,"mtime":1610182604937,"results":"21","hashOfConfig":"12"},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},"f45lxf",{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"43"},"C:\\Users\\Anush\\doc2pen\\src\\index.js",[],["44","45"],"C:\\Users\\Anush\\doc2pen\\src\\reportWebVitals.js",[],"C:\\Users\\Anush\\doc2pen\\src\\App.js",[],"C:\\Users\\Anush\\doc2pen\\src\\containers\\editContext.js",[],"C:\\Users\\Anush\\doc2pen\\src\\components\\MainContainer\\MainContainer.js",[],"C:\\Users\\Anush\\doc2pen\\src\\components\\Footer\\Footer.js",[],"C:\\Users\\Anush\\doc2pen\\src\\components\\Header\\Header.js",[],"C:\\Users\\Anush\\doc2pen\\src\\components\\Settings\\Settings.js",[],"C:\\Users\\Anush\\doc2pen\\src\\components\\OutputComponent\\Output.js",[],"C:\\Users\\Anush\\doc2pen\\src\\components\\Dropdown\\Dropdown.js",[],["46","47"],{"ruleId":"48","replacedBy":"49"},{"ruleId":"50","replacedBy":"51"},{"ruleId":"48","replacedBy":"52"},{"ruleId":"50","replacedBy":"53"},"no-native-reassign",["54"],"no-negated-in-lhs",["55"],["54"],["55"],"no-global-assign","no-unsafe-negation"]
[{"C:\\Users\\Anush\\doc2pen\\src\\index.js":"1","C:\\Users\\Anush\\doc2pen\\src\\reportWebVitals.js":"2","C:\\Users\\Anush\\doc2pen\\src\\App.js":"3"},{"size":500,"mtime":499162500000,"results":"4","hashOfConfig":"5"},{"size":362,"mtime":499162500000,"results":"6","hashOfConfig":"5"},{"size":528,"mtime":499162500000,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"10"},"f45lxf",{"filePath":"11","messages":"12","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"13","messages":"14","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"10"},"C:\\Users\\Anush\\doc2pen\\src\\index.js",[],["15","16"],"C:\\Users\\Anush\\doc2pen\\src\\reportWebVitals.js",[],"C:\\Users\\Anush\\doc2pen\\src\\App.js",[],{"ruleId":"17","replacedBy":"18"},{"ruleId":"19","replacedBy":"20"},"no-native-reassign",["21"],"no-negated-in-lhs",["22"],"no-global-assign","no-unsafe-negation"]
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.env.development.local
.env.test.local
.env.production.local

.eslintcache
npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit fa98364

Please sign in to comment.