KeepassX format implementation in pure dart.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# https://gist.github.com/hpoul/b78f7a1b3cde988f3ce4d12e954367eb
|
|
|
|
#
|
|
|
|
# IDEA: Allow some configuration, which is shared across users.
|
|
|
|
|
|
|
|
/.idea/*
|
|
|
|
!.idea/runConfigurations
|
|
|
|
!.idea/runConfigurations/*
|
|
|
|
!.idea/vcs.xml
|
|
|
|
!.idea/dictionaries
|
|
|
|
!.idea/dictionaries/*
|
|
|
|
!.idea/inspectionProfiles/*
|
|
|
|
!.idea/codeStyles
|
|
|
|
!.idea/codeStyles/*
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# Java/Kotlin/Android
|
|
|
|
|
|
|
|
/.gradle
|
|
|
|
/build
|
|
|
|
/out
|
|
|
|
|
|
|
|
# JavaScript/Node.JS
|
|
|
|
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
#### project specific ignores below
|
|
|
|
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
.dart_tool/
|
|
|
|
|
|
|
|
.packages
|
|
|
|
.pub/
|
|
|
|
|
|
|
|
build/
|
|
|
|
ios/.generated/
|
|
|
|
ios/Flutter/Generated.xcconfig
|
|
|
|
ios/Runner/GeneratedPluginRegistrant.*
|
|
|
|
|
|
|
|
/pubspec.lock
|
|
|
|
|
|
|
|
# Directory created by dartdoc
|
|
|
|
doc/api/
|
|
|
|
.vscode
|
|
|
|
/test.kdbx
|
|
|
|
/test_v4.kdbx
|
|
|
|
/test_v4x.kdbx
|
|
|
|
/test_output*.kdbx
|