github.com/tetratelabs/proxy-wasm-go-sdk@v0.23.1-0.20240517021853-021aa9cf78e8/.gitignore (about)

     1  
     2  # Created by https://www.toptal.com/developers/gitignore/api/go,jetbrains+all,visualstudiocode,vim,emacs
     3  # Edit at https://www.toptal.com/developers/gitignore?templates=go,jetbrains+all,visualstudiocode,vim,emacs
     4  
     5  ### Emacs ###
     6  # -*- mode: gitignore; -*-
     7  *~
     8  \#*\#
     9  /.emacs.desktop
    10  /.emacs.desktop.lock
    11  *.elc
    12  auto-save-list
    13  tramp
    14  .\#*
    15  
    16  # Org-mode
    17  .org-id-locations
    18  *_archive
    19  
    20  # flymake-mode
    21  *_flymake.*
    22  
    23  # eshell files
    24  /eshell/history
    25  /eshell/lastdir
    26  
    27  # elpa packages
    28  /elpa/
    29  
    30  # reftex files
    31  *.rel
    32  
    33  # AUCTeX auto folder
    34  /auto/
    35  
    36  # cask packages
    37  .cask/
    38  dist/
    39  
    40  # Flycheck
    41  flycheck_*.el
    42  
    43  # server auth directory
    44  /server/
    45  
    46  # projectiles files
    47  .projectile
    48  
    49  # directory configuration
    50  .dir-locals.el
    51  
    52  # network security
    53  /network-security.data
    54  
    55  
    56  ### Go ###
    57  # Binaries for programs and plugins
    58  *.exe
    59  *.exe~
    60  *.dll
    61  *.so
    62  *.dylib
    63  
    64  # Test binary, built with `go test -c`
    65  *.test
    66  
    67  # Output of the go coverage tool, specifically when used with LiteIDE
    68  *.out
    69  
    70  # Dependency directories (remove the comment below to include it)
    71  # vendor/
    72  
    73  ### Go Patch ###
    74  /vendor/
    75  /Godeps/
    76  
    77  ### JetBrains+all ###
    78  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
    79  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    80  
    81  # User-specific stuff
    82  .idea/**/workspace.xml
    83  .idea/**/tasks.xml
    84  .idea/**/usage.statistics.xml
    85  .idea/**/dictionaries
    86  .idea/**/shelf
    87  
    88  # Generated files
    89  .idea/**/contentModel.xml
    90  
    91  # Sensitive or high-churn files
    92  .idea/**/dataSources/
    93  .idea/**/dataSources.ids
    94  .idea/**/dataSources.local.xml
    95  .idea/**/sqlDataSources.xml
    96  .idea/**/dynamic.xml
    97  .idea/**/uiDesigner.xml
    98  .idea/**/dbnavigator.xml
    99  
   100  # Gradle
   101  .idea/**/gradle.xml
   102  .idea/**/libraries
   103  
   104  # Gradle and Maven with auto-import
   105  # When using Gradle or Maven with auto-import, you should exclude module files,
   106  # since they will be recreated, and may cause churn.  Uncomment if using
   107  # auto-import.
   108  # .idea/artifacts
   109  # .idea/compiler.xml
   110  # .idea/jarRepositories.xml
   111  # .idea/modules.xml
   112  # .idea/*.iml
   113  # .idea/modules
   114  # *.iml
   115  # *.ipr
   116  
   117  # CMake
   118  cmake-build-*/
   119  
   120  # Mongo Explorer plugin
   121  .idea/**/mongoSettings.xml
   122  
   123  # File-based project format
   124  *.iws
   125  
   126  # IntelliJ
   127  out/
   128  
   129  # mpeltonen/sbt-idea plugin
   130  .idea_modules/
   131  
   132  # JIRA plugin
   133  atlassian-ide-plugin.xml
   134  
   135  # Cursive Clojure plugin
   136  .idea/replstate.xml
   137  
   138  # Crashlytics plugin (for Android Studio and IntelliJ)
   139  com_crashlytics_export_strings.xml
   140  crashlytics.properties
   141  crashlytics-build.properties
   142  fabric.properties
   143  
   144  # Editor-based Rest Client
   145  .idea/httpRequests
   146  
   147  # Android studio 3.1+ serialized cache file
   148  .idea/caches/build_file_checksums.ser
   149  
   150  ### JetBrains+all Patch ###
   151  # Ignores the whole .idea folder and all .iml files
   152  # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
   153  
   154  .idea/
   155  
   156  # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
   157  
   158  *.iml
   159  modules.xml
   160  .idea/misc.xml
   161  *.ipr
   162  
   163  # Sonarlint plugin
   164  .idea/sonarlint
   165  
   166  ### Vim ###
   167  # Swap
   168  [._]*.s[a-v][a-z]
   169  !*.svg  # comment out if you don't need vector files
   170  [._]*.sw[a-p]
   171  [._]s[a-rt-v][a-z]
   172  [._]ss[a-gi-z]
   173  [._]sw[a-p]
   174  
   175  # Session
   176  Session.vim
   177  Sessionx.vim
   178  
   179  # Temporary
   180  .netrwhist
   181  # Auto-generated tag files
   182  tags
   183  # Persistent undo
   184  [._]*.un~
   185  
   186  ### VisualStudioCode ###
   187  .vscode/*
   188  !.vscode/settings.json
   189  !.vscode/tasks.json
   190  !.vscode/launch.json
   191  !.vscode/extensions.json
   192  *.code-workspace
   193  
   194  ### VisualStudioCode Patch ###
   195  # Ignore all local history of files
   196  .history
   197  
   198  # End of https://www.toptal.com/developers/gitignore/api/go,jetbrains+all,visualstudiocode,vim,emacs
   199  
   200  *.wasm