chore: add initial Node.js configuration files
- Created a .gitignore file to exclude node_modules from version control. - Added package-lock.json to manage project dependencies and ensure consistent installations.
This commit is contained in:
1
webapp/.gitignore
vendored
Normal file
1
webapp/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user