Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
makenotwork
/
multithreaded
/
.gitignore
210 B · 24 lines
History
Blame
Raw
1
# Build artifacts
2
/target/
3
4
# Environment
5
.env
6
.env.*
7
!.env.example
8
9
# IDE
10
.idea/
11
.vscode/
12
*.swp
13
*.swo
14
15
# macOS
16
.DS_Store
17
18
# Deploy environment files
19
deploy/env.*
20
!deploy/env.example
21
22
# Release artifacts
23
dist/
24