Created
November 17, 2011 11:06
-
-
Save zbyhoo/1372918 to your computer and use it in GitHub Desktop.
Removing all files that will not be source controlled from Library dir of Unity3D project
This file contains hidden or 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
rm $(ls * | grep -v 'EditorBuildSettings.asset\|InputManager.asset\|ProjectSettings.asset\|QualitySettings.asset\|TagManager.asset\|TimeManager.asset\|AudioManager.asset\|DynamicsManager.asset\|NetworkManager.asset') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment