125 lines
2.1 KiB
Text
125 lines
2.1 KiB
Text
# OS and editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.log
|
|
*.log.jsonl
|
|
*.log.gz
|
|
|
|
# Keep roadmap/task archive logs tracked (completion records), despite *.log above
|
|
!agent-roadmap/archive/**/*.log
|
|
!agent-task/archive/**/*.log
|
|
|
|
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|
|
**/google-services.json
|
|
!**/google-services.example.json
|
|
**/GoogleService-Info.plist
|
|
!**/GoogleService-Info.example.plist
|
|
**/*.jks
|
|
**/*.keystore
|
|
key.properties
|
|
|
|
# Agent/local scratch
|
|
agent-ops/rules/private/
|
|
agent-test/local/
|
|
agent-test/runs/
|
|
|
|
# Dart / Flutter
|
|
.dart_tool/
|
|
**/.dart_tool/
|
|
.packages
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
**/.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
apps/*/build/
|
|
packages/*/build/
|
|
coverage/
|
|
**/doc/api/
|
|
packages/*/pubspec.lock
|
|
**/.symlinks/
|
|
**/Flutter/.last_build_id
|
|
**/Flutter/Generated.xcconfig
|
|
**/Flutter/ephemeral/
|
|
**/Flutter/flutter_export_environment.sh
|
|
**/Flutter/App.framework
|
|
**/Flutter/Flutter.framework
|
|
**/Flutter/Flutter.podspec
|
|
**/Flutter/app.flx
|
|
**/Flutter/app.zip
|
|
**/Flutter/flutter_assets/
|
|
|
|
# Android / Gradle
|
|
**/.gradle/
|
|
**/.kotlin/
|
|
**/.cxx/
|
|
**/.externalNativeBuild/
|
|
**/captures/
|
|
**/local.properties
|
|
**/app/debug/
|
|
**/app/profile/
|
|
**/app/release/
|
|
|
|
# iOS / macOS / CocoaPods / Xcode
|
|
**/Pods/
|
|
**/DerivedData/
|
|
**/xcuserdata/
|
|
**/*.xcuserstate
|
|
ServiceDefinitions.json
|
|
|
|
# JVM / Go / native build products
|
|
*.class
|
|
*.pyc
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
cover.out
|
|
ecover.out
|
|
cprofile.out
|
|
__debug_bin
|
|
|
|
# Node / web build products from the server tree
|
|
node_modules/
|
|
**/node_modules/
|
|
dist/
|
|
**/dist/
|
|
webapp/dist/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Nexo service runtime state
|
|
services/core/data/
|
|
services/core/compose/data/
|
|
services/core/config/config.json
|
|
services/core/config/*.crt
|
|
services/core/config/*.license
|
|
services/core/config/*.mattermost-license
|
|
services/core/plugins/
|
|
services/core/prepackaged_plugins/
|
|
services/core/mattermost.mattermost-license
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# BEGIN Agent-Ops managed gitignore
|
|
!agent-task/
|
|
!agent-task/**/
|
|
!agent-task/**/*.md
|
|
!agent-task/**/*.log
|
|
agent-roadmap/current.md
|
|
# END Agent-Ops managed gitignore
|