forked from bossoq/Twitch-Channel-Points-Miner-v2
-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from rdavydov/switchable
batch file to remove __pycache__+ formatting: BETTER_FLAG than camelCase (best practices)
- Loading branch information
Showing
5 changed files
with
163 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@echo off | ||
rmdir /s /q __pycache__ | ||
rmdir /s /q TwitchChannelPointsMiner\__pycache__ | ||
rmdir /s /q TwitchChannelPointsMiner\classes\__pycache__ | ||
rmdir /s /q TwitchChannelPointsMiner\classes\entities\__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Significantly reduces memory consumption and saves some disk space. | ||
# Remove this file if you don't need Analytics. Or rename it to something different, like "disableAnalytics.py". | ||
# To enable Analytics back - just create this file again. Or rename it back to "enableAnalytics.py". | ||
# Remove this file if you don't need Analytics. Or rename it to something different, like "DISABLE_ANALYTICS.py". | ||
# To enable Analytics back - just create this file again. Or rename it back to "ENABLE_ANALYTICS.py". | ||
# This file can be empty. |
Oops, something went wrong.