chore: establish hwlab l0 contract skeleton
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
# OS and editor files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Logs and local environment
|
||||
*.log
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Build outputs
|
||||
bin/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
tmp/
|
||||
|
||||
# Go
|
||||
*.test
|
||||
*.out
|
||||
vendor/
|
||||
|
||||
# Node package managers, for future web work
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Deploy/runtime state
|
||||
*.local.json
|
||||
Reference in New Issue
Block a user