Skip to content

Commit

Permalink
Merge pull request #34 from CA-G12/4-create-file-structure
Browse files Browse the repository at this point in the history
Create file structure
  • Loading branch information
bayan2002 authored Oct 11, 2022
2 parents b9b9ac7 + 1cdf5a3 commit abce141
Show file tree
Hide file tree
Showing 23 changed files with 28,431 additions and 0 deletions.
Empty file added .example.env
Empty file.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
23 changes: 23 additions & 0 deletions Client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

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

0 comments on commit abce141

Please sign in to comment.