AlphaConsole / AlphaConsoleElectron

AlphaConsole Electron UI
121 stars 39 forks source link

Removing unneeded code #1

Closed amadeus closed 6 years ago

amadeus commented 6 years ago

Hello - for a bit of context, I was chatting a bit with Carsillas on Discord about some potential new features for AlphaConsole. I have a follow up PR to this, but I figured I would separate things out a bit.

This one is simply just a best practices type PR that cleans up things that shouldn't generally be committed to the git repo.

I removed both node_modules and .sass-cache directories.

node_modules will be be generated via npm install, and .sass-cache should be generated during the build or watch processes.

I also added node_modules to .gitignore to prevent future accidents.

HaydenMeloche commented 6 years ago

Thanks for this. Was on my list of things to-do... Not sure who commited them 🤔