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/ +