Skip to content

Commit

Permalink
Node files not commit to project (#2267)
Browse files Browse the repository at this point in the history
* Fixed node file upload

* Fixed node file upload
  • Loading branch information
imshivam-gupta authored Dec 23, 2023
1 parent f292741 commit bc36dac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,12 @@ test/fixtures/core
# Ignoring file that are generated during talawa testing and firebase initialization
genhtml.perl
test_img.png


# Ignoring Node files that are generated if user uses any node command which is not required for the project
node_modules/
package.json
package-lock.json
yarn.lock
npm-debug.log
yarn-error.log

0 comments on commit bc36dac

Please sign in to comment.