1.gradle
2local.properties
3.idea
4.DS_Store
5*.iml
6# We need the built .class files to load custom views and R class.
7# The only way to negate an exclusion is by including every single parent
8# and excluding all children of those parents.
9
10/build/*
11!/build/intermediates/
12
13/build/intermediates/*
14!/build/intermediates/classes/
15