[ALOY-1550] Alloy: Update gitignore for default project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-03-24T18:51:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.2.0, alloy 1.9.9 |
Components | Samples & Templates |
Labels | n/a |
Reporter | Michael Gangolf |
Assignee | Feon Sua Xin Miao |
Created | 2017-03-24T17:22:24.000+0000 |
Updated | 2017-04-03T19:28:03.000+0000 |
Description
When creating a new alloy project with the open source
ti
tool it uses the .gitignore from Alloy/template/gitignore.txt
. This file isn't in sync with alloy/templates/default/.gitignore
yet.
PR: https://github.com/appcelerator/alloy/pull/821
*Reproduce:*
ti create -t app -n test --id com.test.test -p all -u test.de -d .
cd test
alloy new
No comments