Skip to content

Commit

Permalink
uploud
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavly-Hamdy committed Dec 9, 2024
1 parent c6b5d97 commit d9a2568
Show file tree
Hide file tree
Showing 40 changed files with 21,303 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_KEY=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
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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*
REACT_APP_OPENAI_API_KEY=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
Loading

0 comments on commit d9a2568

Please sign in to comment.