...

Text file src/github.com/grpc-ecosystem/go-grpc-prometheus/.gitignore

Documentation: github.com/grpc-ecosystem/go-grpc-prometheus

     1#vendor
     2vendor/
     3
     4# Created by .ignore support plugin (hsz.mobi)
     5coverage.txt
     6### Go template
     7# Compiled Object files, Static and Dynamic libs (Shared Objects)
     8*.o
     9*.a
    10*.so
    11
    12# Folders
    13_obj
    14_test
    15
    16# Architecture specific extensions/prefixes
    17*.[568vq]
    18[568vq].out
    19
    20*.cgo1.go
    21*.cgo2.c
    22_cgo_defun.c
    23_cgo_gotypes.go
    24_cgo_export.*
    25
    26_testmain.go
    27
    28*.exe
    29*.test
    30*.prof
    31### Windows template
    32# Windows image file caches
    33Thumbs.db
    34ehthumbs.db
    35
    36# Folder config file
    37Desktop.ini
    38
    39# Recycle Bin used on file shares
    40$RECYCLE.BIN/
    41
    42# Windows Installer files
    43*.cab
    44*.msi
    45*.msm
    46*.msp
    47
    48# Windows shortcuts
    49*.lnk
    50### Kate template
    51# Swap Files #
    52.*.kate-swp
    53.swp.*
    54### SublimeText template
    55# cache files for sublime text
    56*.tmlanguage.cache
    57*.tmPreferences.cache
    58*.stTheme.cache
    59
    60# workspace files are user-specific
    61*.sublime-workspace
    62
    63# project files should be checked into the repository, unless a significant
    64# proportion of contributors will probably not be using SublimeText
    65# *.sublime-project
    66
    67# sftp configuration file
    68sftp-config.json
    69### Linux template
    70*~
    71
    72# temporary files which can be created if a process still has a handle open of a deleted file
    73.fuse_hidden*
    74
    75# KDE directory preferences
    76.directory
    77
    78# Linux trash folder which might appear on any partition or disk
    79.Trash-*
    80### JetBrains template
    81# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
    82# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    83
    84# User-specific stuff:
    85.idea
    86.idea/tasks.xml
    87.idea/dictionaries
    88.idea/vcs.xml
    89.idea/jsLibraryMappings.xml
    90
    91# Sensitive or high-churn files:
    92.idea/dataSources.ids
    93.idea/dataSources.xml
    94.idea/dataSources.local.xml
    95.idea/sqlDataSources.xml
    96.idea/dynamic.xml
    97.idea/uiDesigner.xml
    98
    99# Gradle:
   100.idea/gradle.xml
   101.idea/libraries
   102
   103# Mongo Explorer plugin:
   104.idea/mongoSettings.xml
   105
   106## File-based project format:
   107*.iws
   108
   109## Plugin-specific files:
   110
   111# IntelliJ
   112/out/
   113
   114# mpeltonen/sbt-idea plugin
   115.idea_modules/
   116
   117# JIRA plugin
   118atlassian-ide-plugin.xml
   119
   120# Crashlytics plugin (for Android Studio and IntelliJ)
   121com_crashlytics_export_strings.xml
   122crashlytics.properties
   123crashlytics-build.properties
   124fabric.properties
   125### Xcode template
   126# Xcode
   127#
   128# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
   129
   130## Build generated
   131build/
   132DerivedData/
   133
   134## Various settings
   135*.pbxuser
   136!default.pbxuser
   137*.mode1v3
   138!default.mode1v3
   139*.mode2v3
   140!default.mode2v3
   141*.perspectivev3
   142!default.perspectivev3
   143xcuserdata/
   144
   145## Other
   146*.moved-aside
   147*.xccheckout
   148*.xcscmblueprint
   149### Eclipse template
   150
   151.metadata
   152bin/
   153tmp/
   154*.tmp
   155*.bak
   156*.swp
   157*~.nib
   158local.properties
   159.settings/
   160.loadpath
   161.recommenders
   162
   163# Eclipse Core
   164.project
   165
   166# External tool builders
   167.externalToolBuilders/
   168
   169# Locally stored "Eclipse launch configurations"
   170*.launch
   171
   172# PyDev specific (Python IDE for Eclipse)
   173*.pydevproject
   174
   175# CDT-specific (C/C++ Development Tooling)
   176.cproject
   177
   178# JDT-specific (Eclipse Java Development Tools)
   179.classpath
   180
   181# Java annotation processor (APT)
   182.factorypath
   183
   184# PDT-specific (PHP Development Tools)
   185.buildpath
   186
   187# sbteclipse plugin
   188.target
   189
   190# Tern plugin
   191.tern-project
   192
   193# TeXlipse plugin
   194.texlipse
   195
   196# STS (Spring Tool Suite)
   197.springBeans
   198
   199# Code Recommenders
   200.recommenders/
   201

View as plain text