Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from KenJoelTL/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BuiQuach authored Feb 8, 2023
2 parents d728fb1 + f79dc11 commit 02511b1
Show file tree
Hide file tree
Showing 30 changed files with 31,139 additions and 47 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
node_modules/
build/
.DS_Store
.env
.env.development
.env.production
.env.test
.env.local

# yarn
yarn-error.log

# IDE
.idea
*.iml
*.swp
*.swo

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log
lerna-debug.log

# OS
.DS_Store
.AppleDouble
.LSOverride

# Testing
coverage/

# Production
build/
35 changes: 0 additions & 35 deletions index.html

This file was deleted.

Loading

0 comments on commit 02511b1

Please sign in to comment.