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/
|
||||
1374
webapp/package-lock.json
generated
Normal file
1374
webapp/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user