Initialize project with basic structure, including .gitignore, README, package.json, and entry point
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
artifacts/
|
||||
package-lock.json
|
||||
Reference in New Issue
Block a user