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:
Mathis H (Avnyr) 2024-10-17 17:03:46 +02:00
parent e0f7aad49b
commit b1b3fd3c07
Signed by: Mathis
GPG Key ID: DD9E0666A747D126
2 changed files with 2 additions and 0 deletions

0
.env.example Normal file
View File

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.env
/node_modules/