shithub
gardesk
/
garwarp
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
garwarp
Public
Watch
0
Fork
0
Star
0
garwarp
/
.gitignore
Text · 165 bytes
Raw
Blame
History
1
# Build artifacts
2
/target/
3
**/*.rs.bk
4
5
# IDE
6
.idea/
7
.vscode/
8
*.swp
9
*.swo
10
*~
11
12
# OS
13
.DS_Store
14
Thumbs.db
15
16
# Planning docs (local only)
17
/docs/overview.md
18
/docs/sprints/
19