From 82811b4b82b6690caa3c681884ba5736895a48ea Mon Sep 17 00:00:00 2001 From: Diego Date: Sat, 24 Dec 2022 15:05:42 -0600 Subject: [PATCH] Added .pubignore and add respository to pubspec.yaml --- .pubignore | 13 +++++++++++++ pubspec.yaml | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .pubignore diff --git a/.pubignore b/.pubignore new file mode 100644 index 0000000..7952b66 --- /dev/null +++ b/.pubignore @@ -0,0 +1,13 @@ +# Files and directories created by pub. +.dart_tool/ +.packages + +# Conventional directory for build outputs. +build/ + +# Omit committing pubspec.lock for library packages; see +# https://dart.dev/guides/libraries/private-files#pubspeclock. +pubspec.lock + + +.screenshots/ \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7c9910a..aeb337b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,7 @@ name: cubixd -description: A starting point for Dart libraries or applications. +description: Add a 3d cube to your app! version: 0.1.0 +repository: https://github.com/ElRojo7u7/cubixd # homepage: https://www.example.com environment: