diff --git a/.gitignore b/.gitignore index c9805ad..3751ca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,15 @@ -# ---> Dart -# See https://www.dartlang.org/guides/libraries/private-files +# Developer tools' files +.lite_workspace.lua -# Files and directories created by pub -.dart_tool/ -.packages -build/ -# If you're building an application, you may want to check-in your pubspec.lock -pubspec.lock +# Neutralinojs binaries and builds +/bin +/dist -# Directory created by dartdoc -# If you don't generate documentation locally you can remove this line. -doc/api/ +# Neutralinojs client (minified) +neutralino.js -# Avoid committing generated Javascript files: -*.dart.js -*.info.json # Produced by the --dump-info flag. -*.js # When generated by dart2js. Don't specify *.js if your - # project includes source files written in JavaScript. -*.js_ -*.js.deps -*.js.map - -.flutter-plugins -.flutter-plugins-dependencies +# Neutralinojs related files +.storage +*.log +workspace.code-workspace \ No newline at end of file diff --git a/LICENSE b/LICENSE index 7a3094a..f5cf74a 100644 --- a/LICENSE +++ b/LICENSE @@ -9,3 +9,4 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. + \ No newline at end of file diff --git a/README.md b/README.md index ce83182..1780569 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # wowtupid - -Brainded GUI node+xmrig solution \ No newline at end of file +GUI wrapper for xmrig and wownerod +Features: +1. Can download and update binaries +2. Can run the bineries +3. I dunno what to write next +4. Can remove the frontal lobe of the brain +5. oooga boooga \ No newline at end of file