zoukankan      html  css  js  c++  java
  • gitignore.io-程序猿值得拥有的智能生成gitignore文件的秘密武器

    gitignore.io
      Create useful .gitignore files for your project by selecting from 360 Operating System, IDE, and Programming Language .gitignore templates.

    庐山真面目

    传送门gitignore.io

    usage:离成功只有一个输入框的距离。

    1.输入名称,选中OK

      

    2.点击Create

      

    3.Ok ,you get it!

    
    
    # Created by https://www.gitignore.io/api/angular,webstorm
    
    ### Angular ###
    ## Angular ##
    # compiled output
    /dist
    /tmp
    /app/**/*.js
    /app/**/*.js.map
    
    # dependencies
    /node_modules
    /bower_components
    
    # IDEs and editors
    /.idea
    
    # misc
    /.sass-cache
    /connect.lock
    /coverage/*
    /libpeerconnection.log
    npm-debug.log
    testem.log
    /typings
    
    # e2e
    /e2e/*.js
    /e2e/*.map
    
    #System Files
    .DS_Store
    
    ### WebStorm ###
    # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
    # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    
    # User-specific stuff:
    .idea/**/workspace.xml
    .idea/**/tasks.xml
    .idea/dictionaries
    
    # Sensitive or high-churn files:
    .idea/**/dataSources/
    .idea/**/dataSources.ids
    .idea/**/dataSources.xml
    .idea/**/dataSources.local.xml
    .idea/**/sqlDataSources.xml
    .idea/**/dynamic.xml
    .idea/**/uiDesigner.xml
    
    # Gradle:
    .idea/**/gradle.xml
    .idea/**/libraries
    
    # CMake
    cmake-build-debug/
    
    # Mongo Explorer plugin:
    .idea/**/mongoSettings.xml
    
    ## File-based project format:
    *.iws
    
    ## Plugin-specific files:
    
    # IntelliJ
    /out/
    
    # mpeltonen/sbt-idea plugin
    .idea_modules/
    
    # JIRA plugin
    atlassian-ide-plugin.xml
    
    # Cursive Clojure plugin
    .idea/replstate.xml
    
    # Crashlytics plugin (for Android Studio and IntelliJ)
    com_crashlytics_export_strings.xml
    crashlytics.properties
    crashlytics-build.properties
    fabric.properties
    
    ### WebStorm Patch ###
    # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
    
    # *.iml
    # modules.xml
    # .idea/misc.xml
    # *.ipr
    
    # Sonarlint plugin
    .idea/sonarlint
    
    # End of https://www.gitignore.io/api/angular,webstorm
     

      

     

  • 相关阅读:
    TCP/UDP常见端口参考
    HTTP状态码对照表 HTTP response codes
    HTTP请求方法对照表
    服务器返回的各种HTTP状态码介绍
    HTTP响应头和请求头信息对照表
    简析TCP的三次握手与四次分手
    什么是JDK
    jmeter使用IP欺骗压力测试
    jmeter制造安全证书
    Python 变量作用域
  • 原文地址:https://www.cnblogs.com/andking/p/6868231.html
Copyright © 2011-2022 走看看