forked from eva/focus-flow
24 lines
293 B
Text
24 lines
293 B
Text
# SPDX-FileCopyrightText: 2026 FocusFlow contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# Dart
|
|
.dart_tool/
|
|
.packages
|
|
pubspec.lock
|
|
!apps/focus_flow_flutter/pubspec.lock
|
|
build/
|
|
builds/
|
|
coverage/
|
|
doc/api/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generated archives
|
|
*.zip
|