Skip to content

Commit

Permalink
Added certs to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
artiwari25 committed Feb 16, 2024
1 parent ae39b69 commit 85b6863
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
33 changes: 32 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
react-frontend/node_modules
expressjs-backend/node_modules
react-frontend/reactcert/cert.pem
react-frontend/reactcert/key.pem
expressjs-backend/cert.pem
expressjs-backend/key.pem
.env
node_modules
.env

# 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*


23 changes: 0 additions & 23 deletions react-frontend/.gitignore

This file was deleted.

0 comments on commit 85b6863

Please sign in to comment.