Skip to content

Instantly share code, notes, and snippets.

@a-v-k
Created September 2, 2015 08:42
Show Gist options
  • Save a-v-k/e8f29c7d2b0320d14427 to your computer and use it in GitHub Desktop.
Save a-v-k/e8f29c7d2b0320d14427 to your computer and use it in GitHub Desktop.
echo "" >> .gitignore
echo ".gitignore" >> .gitignore
echo "" >> .gitignore
echo ".gradle/" >> .gitignore
echo ".idea/" >> .gitignore
echo "Bizaya.iml" >> .gitignore
echo "app/app.iml" >> .gitignore
echo "app/build" >> .gitignore
echo "build/" >> .gitignore
echo "gradle/" >> .gitignore
echo "gradlew" >> .gitignore
echo "gradlew.bat" >> .gitignore
echo "local.properties" >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment