NEW: adding support for some flutter webdev stuff

This commit is contained in:
JohnE 2019-05-23 20:40:40 -07:00
parent ce1b5fc469
commit 2e18f2b2c6
2 changed files with 7 additions and 0 deletions

View File

@ -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"

4
.gitignore vendored
View File

@ -63,3 +63,7 @@ wallpapers/
.cocoapods/
.dart/
.dartServer/
.pub-cache/
.stagehand
.vscode/