Update .gitignore to exclude specific files/folders

This commit is contained in:
Jaan2002 2025-01-04 02:12:07 +05:30
parent a53a6f3a94
commit 5dae8ce6c0

3
.gitignore vendored
View file

@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Ignore node_modules folder
node_modules/
# dependencies
/node_modules
/.pnp