You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Dehru Cromer (JIRA)" <ji...@apache.org> on 2013/11/09 18:18:17 UTC

[jira] [Created] (CB-5332) .gitignore file line is "build", which excludes build shell script from git commit

Dehru Cromer created CB-5332:
--------------------------------

             Summary: .gitignore file line is "build", which excludes build shell script from git commit
                 Key: CB-5332
                 URL: https://issues.apache.org/jira/browse/CB-5332
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 3.0.0
         Environment: OSx 10.7.4, Cordova 3.0.4
            Reporter: Dehru Cromer


> cordova platform add ios
This drops a .gitignore file here 
platforms/ios/.gitignore file which includes the line

build

but it needs to be changed to:

build/

Otherwise the actual shell script in the subdirectory platforms/ios/cordova/build is excluded from the commit and subsequent clones cannot run the cordova build ios command because it will complain that the cordova/build file doesn't exist. ( because it wasn't added to the git repo )

It took me some time to figure out what happened to my build file and I finally found that .gitignore issue.

Thanks.



--
This message was sent by Atlassian JIRA
(v6.1#6144)