Added .gitignore file to prevent adding local.properties, bin/ and gen/ to git tracking
User specific exclusions can be added to .git/info/exclude
This commit is contained in:
parent
40546edcf7
commit
5d85b7a508
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
local.properties
|
||||
bin
|
||||
gen
|
Loading…
Reference in a new issue