1 Commits

Author SHA1 Message Date
Christian Weimann
475d238ea3 chore(git): add .gitignore file to exclude node_modules and package files
This change introduces a .gitignore file to prevent node_modules, package.json, and package-lock.json from being tracked by Git. This helps keep the repository clean by excluding directories and files that are generated or unnecessary for version control.
2025-02-09 04:38:17 +01:00