This commit introduces the initial setup for the Lightcloud Flutter application including: - Basic project structure with Android and web configurations - Authentication screen with login/register functionality - Initial UI components and theme setup
37 lines
1 KiB
Plaintext
37 lines
1 KiB
Plaintext
# ---> Rust
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
Cargo.lock
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# ---> Dart
|
|
# See https://www.dartlang.org/guides/libraries/private-files
|
|
|
|
# Files and directories created by pub
|
|
lightcloud_app/dart_tool/
|
|
lightcloud_app/packages
|
|
lightcloud_app/build/
|
|
# If you're building an application, you may want to check-in your pubspec.lock
|
|
lightcloud_app/pubspec.lock
|
|
|
|
# Directory created by dartdoc
|
|
# If you don't generate documentation locally you can remove this line.
|
|
lightcloud_app/doc/api/
|
|
|
|
# dotenv environment variables file
|
|
lightcloud_app/.env*
|
|
|
|
# Avoid committing generated Javascript files:
|
|
lightcloud_app/*.dart.js
|
|
lightcloud_app/*.info.json # Produced by the --dump-info flag.
|
|
lightcloud_app/*.js # When generated by dart2js. Don't specify *.js if your
|
|
# project includes source files written in JavaScript.
|
|
lightcloud_app/.js_
|
|
lightcloud_app/*.js.deps
|
|
lightcloud_app/*.js.map
|
|
|
|
lightcloud_app/.flutter-plugins
|
|
lightcloud_app/.flutter-plugins-dependencies |