Skip to content

Commit

Permalink
fix(app): add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroh10302 committed Jul 31, 2019
1 parent 00ddd1a commit 1b04dc0
Show file tree
Hide file tree
Showing 3 changed files with 141,878 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
!.vscode

.env
.env
node_modules
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
},
"[typescriptreact]": {
"editor.formatOnSave": false
}
},
"git.ignoreLimitWarning": true
}
Loading

0 comments on commit 1b04dc0

Please sign in to comment.