NEW: adding support for some flutter webdev stuff
This commit is contained in:
parent
ce1b5fc469
commit
2e18f2b2c6
|
@ -7,3 +7,6 @@
|
||||||
# openssl building of software
|
# openssl building of software
|
||||||
# LDFLAGS: -L/usr/local/opt/openssl/lib
|
# LDFLAGS: -L/usr/local/opt/openssl/lib
|
||||||
# CPPFLAGS: -I/usr/local/opt/openssl/include
|
# CPPFLAGS: -I/usr/local/opt/openssl/include
|
||||||
|
|
||||||
|
# Dart Flutter Pub installs
|
||||||
|
export PATH=$PATH:"$HOME/apps/flutter/.pub-cache/bin"
|
||||||
|
|
|
@ -63,3 +63,7 @@ wallpapers/
|
||||||
.cocoapods/
|
.cocoapods/
|
||||||
.dart/
|
.dart/
|
||||||
.dartServer/
|
.dartServer/
|
||||||
|
.pub-cache/
|
||||||
|
.stagehand
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue