Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
887ad1e981
|
|||
|
beb61b0038
|
+52
@@ -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
|
||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user