diff --git a/.gitignore b/.gitignore index a58fd4a..0ab7046 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,51 @@ -configuration.json -.DS_Store -*/.DS_Store +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc +# Only exists if Bazel was run +/bazel-out + +# dependencies +/node_modules + +# profiling files +chrome-profiler-events*.json +speed-measure-plugin*.json + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings +.git + +# System Files .DS_Store +Thumbs.db + +*.zip +*.as +*.bin \ No newline at end of file diff --git a/README.md b/README.md index 2a4f93e..4437077 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ### default-assets -These are just a few of the default assets, use this repository as a base for your other assets. +These are just a few of the default assets, use this repository as a base for your other assets. \ No newline at end of file diff --git a/images/currencies/-1.png b/images/currencies/-1.png deleted file mode 100644 index 91cee9a..0000000 Binary files a/images/currencies/-1.png and /dev/null differ diff --git a/images/currencies/0.png b/images/currencies/0.png deleted file mode 100644 index dead689..0000000 Binary files a/images/currencies/0.png and /dev/null differ diff --git a/images/currencies/103.png b/images/currencies/103.png deleted file mode 100644 index db1b759..0000000 Binary files a/images/currencies/103.png and /dev/null differ diff --git a/images/currencies/5.png b/images/currencies/5.png deleted file mode 100644 index 22632d4..0000000 Binary files a/images/currencies/5.png and /dev/null differ diff --git a/images/currencies/hc.png b/images/currencies/hc.png deleted file mode 100644 index fe91a30..0000000 Binary files a/images/currencies/hc.png and /dev/null differ diff --git a/images/wallet/-1.png b/images/wallet/-1.png new file mode 100644 index 0000000..21e4610 Binary files /dev/null and b/images/wallet/-1.png differ diff --git a/images/wallet/0.png b/images/wallet/0.png new file mode 100644 index 0000000..641394b Binary files /dev/null and b/images/wallet/0.png differ diff --git a/images/wallet/5.png b/images/wallet/5.png new file mode 100644 index 0000000..743a32c Binary files /dev/null and b/images/wallet/5.png differ diff --git a/images/wallet/hc.png b/images/wallet/hc.png new file mode 100644 index 0000000..f4eb3fc Binary files /dev/null and b/images/wallet/hc.png differ