SCCapstone / ADAUSC

Android app for American with Disabilities Information
http://sccapstone.github.io/ADAUSC/
2 stars 1 forks source link

.idea directory should not be in repo #9

Closed josemvidal closed 9 years ago

josemvidal commented 9 years ago

Remove it, add it to .gitignore.

Always Google to find what you should add to your .gitignore given your development environment, for example:

http://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project

ParkerM commented 9 years ago

Further down the page is a link to JetBrains support saying we should only ignore workspace.xml and tasks.xml. https://intellij-support.jetbrains.com/entries/23393067

I thought I added them to .gitignore but I must have forgot to push the changes. I've updated .gitignore and removed the offending files.

josemvidal commented 9 years ago

Ok. Closing.