Files
openhab-automation-js/.gitignore
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

4 lines
45 B
Plaintext

node_modules/
package.json
package-lock.json