feat(git): added .gitignore file

This commit is contained in:
Henrique Santos Santana 2022-10-27 20:05:37 -03:00
parent b78dc99fb3
commit 58468e86b2
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
**/node_modules

View File

@ -1,8 +1,7 @@
{
"files.exclude": {
"**/node_modules": true,
".gitignore": true,
"jest.config.js": true,
"package-lock.json": true,
"package-lock.json": true
}
}