chore(build): add gitignore file
Include .gitignore to prevent tracking of environment files and node modules. This helps in keeping the repository clean and secure by excluding unnecessary and sensitive files.
This commit is contained in:
parent
e0f7aad49b
commit
b1b3fd3c07
0
.env.example
Normal file
0
.env.example
Normal file
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.env
|
||||
/node_modules/
|
Loading…
x
Reference in New Issue
Block a user