Files
Novault-backend/.gitignore

45 lines
358 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/server
/accounting-app
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Data directory
data/
*.db
# Environment files
# .env
# .env.local
# .env.*.local
# Logs
*.log
logs/
# Build output
/bin/
/dist/