Cordova 5.0.0: Which files should I commit to git?

后端 未结 7 854
南方客
南方客 2021-01-30 02:47

I use Cordova 5.0.0 and i have the following project structure:

MyProject
    - hooks
    - platforms
    - plugins
    - resources
    - www
    - config.xml
         


        
7条回答
  •  天涯浪人
    2021-01-30 03:23

    I don't know the answer, but I've found something that might help. This pull request was approved.

    Here's the file :

    # Mac
    .DS_Store
    
    # Node
    npm-debug.log
    /node_modules
    
    # Cordova
    /platforms
    /plugins
    
    # res
    resources/signing
    

提交回复
热议问题