marcoslin/angularAMD

Ignore IntelliJ-Idea's .idea dir

Opened this issue · 2 comments

I've opened sample project in IntelliJ Idea and .idea IDE dir isn't ignored in .gitignore file.
Can you ignore this dir?
Thanks, excellent project.

@padre629 I dont have IntelliJ so no sure what to ignore. Post the entries here and I will add it.

.idea
*.iml
out
gen
That's dir to ignore in .gitignore file.
PS: I've wanted to add by myself but I'm little newbie in GIT usage, so it's better to add that entries by yourself.