From 2e18f2b2c653a179a2b7d5185797d0414e468e50 Mon Sep 17 00:00:00 2001 From: JohnE Date: Thu, 23 May 2019 20:40:40 -0700 Subject: [PATCH] NEW: adding support for some flutter webdev stuff --- .bash_dev | 3 +++ .gitignore | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.bash_dev b/.bash_dev index 390dd7e..8690d01 100644 --- a/.bash_dev +++ b/.bash_dev @@ -7,3 +7,6 @@ # openssl building of software # LDFLAGS: -L/usr/local/opt/openssl/lib # CPPFLAGS: -I/usr/local/opt/openssl/include + +# Dart Flutter Pub installs +export PATH=$PATH:"$HOME/apps/flutter/.pub-cache/bin" diff --git a/.gitignore b/.gitignore index 90addaf..ddf0aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,7 @@ wallpapers/ .cocoapods/ .dart/ .dartServer/ +.pub-cache/ +.stagehand +.vscode/ +