Compare commits

...

2 Commits

Author SHA1 Message Date
brian 887ad1e981 adding gitignore 2026-05-20 10:58:40 -06:00
brian beb61b0038 updated readme to remove old name 2026-05-20 10:58:08 -06:00
2 changed files with 54 additions and 2 deletions
+52
View File
@@ -0,0 +1,52 @@
### Project Specific
# Files
.env
.env.bak
.env.backup
.env.production
.forgent.json
.container_id
.session_id
*.log
docker-compose.override.yml
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
drogobox
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Go workspace file
go.work
go.work.sum
# Directories
### Editor Specific
# Files
/*.sublime-project
/*.sublime-workspace
# Directories
/.fleet
/.idea
/.nova
/.vscode
/.zed
### System Specific
# Files
.DS_Store
Thumbs.db
# Directories
__MACOSX
+2 -2
View File
@@ -1,3 +1,3 @@
# orbit-server
# SoloPM - Solo Project Management
A basic project management for solos or small teams
A basic project management for solos or small teams. This is built specifically without the concept of teams, anyone user in the system is part of the team.