Scaffolding baseline
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
# Dependencies
|
||||
webui/node_modules/
|
||||
|
||||
# Build outputs
|
||||
bin/
|
||||
webui/dist/
|
||||
*.exe
|
||||
*.test
|
||||
|
||||
# Coverage / test artifacts
|
||||
coverage/
|
||||
coverage.out
|
||||
*.coverprofile
|
||||
webui/coverage/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# IDE / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
Reference in New Issue
Block a user