Cordova 5.0.0: Which files should I commit to git?

后端 未结 7 864
南方客
南方客 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:38

    I add to the Niko list :

    # IntelliJ IDEA files
    *.iml
    .idea
    
    #windows
    Thumbs.db
    Desktop.ini
    

    and

    *.sw[mnpcod]
    *.log
    *.tmp
    *.tmp.*
    log.txt
    

提交回复
热议问题