github.com/auxten/ginkgo@v0.0.0-20220130172820-7d98ad59d232/.gitignore (about)

     1  
     2  # Created by https://www.toptal.com/developers/gitignore/api/go,goland,vscode,python
     3  # Edit at https://www.toptal.com/developers/gitignore?templates=go,goland,vscode,python
     4  
     5  ### Go ###
     6  # Binaries for programs and plugins
     7  *.exe
     8  *.exe~
     9  *.dll
    10  *.so
    11  *.dylib
    12  
    13  # Test binary, built with `go test -c`
    14  *.test
    15  
    16  # Output of the go coverage tool, specifically when used with LiteIDE
    17  *.out
    18  
    19  # Dependency directories (remove the comment below to include it)
    20  # vendor/
    21  
    22  ### Go Patch ###
    23  /vendor/
    24  /Godeps/
    25  
    26  ### Goland ###
    27  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm, Rider and Goland
    28  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    29  
    30  # User-specific stuff
    31  .idea/**/workspace.xml
    32  .idea/**/tasks.xml
    33  .idea/**/usage.statistics.xml
    34  .idea/**/dictionaries
    35  .idea/**/shelf
    36  
    37  # AWS User-specific
    38  .idea/**/aws.xml
    39  
    40  # Generated files
    41  .idea/**/contentModel.xml
    42  
    43  # Sensitive or high-churn files
    44  .idea/**/dataSources/
    45  .idea/**/dataSources.ids
    46  .idea/**/dataSources.local.xml
    47  .idea/**/sqlDataSources.xml
    48  .idea/**/dynamic.xml
    49  .idea/**/uiDesigner.xml
    50  .idea/**/dbnavigator.xml
    51  
    52  # Gradle
    53  .idea/**/gradle.xml
    54  .idea/**/libraries
    55  
    56  # Gradle and Maven with auto-import
    57  # When using Gradle or Maven with auto-import, you should exclude module files,
    58  # since they will be recreated, and may cause churn.  Uncomment if using
    59  # auto-import.
    60  # .idea/artifacts
    61  # .idea/compiler.xml
    62  # .idea/jarRepositories.xml
    63  # .idea/modules.xml
    64  # .idea/*.iml
    65  # .idea/modules
    66  # *.iml
    67  # *.ipr
    68  
    69  # CMake
    70  cmake-build-*/
    71  
    72  # Mongo Explorer plugin
    73  .idea/**/mongoSettings.xml
    74  
    75  # File-based project format
    76  *.iws
    77  
    78  # IntelliJ
    79  out/
    80  
    81  # mpeltonen/sbt-idea plugin
    82  .idea_modules/
    83  
    84  # JIRA plugin
    85  atlassian-ide-plugin.xml
    86  
    87  # Cursive Clojure plugin
    88  .idea/replstate.xml
    89  
    90  # Crashlytics plugin (for Android Studio and IntelliJ)
    91  com_crashlytics_export_strings.xml
    92  crashlytics.properties
    93  crashlytics-build.properties
    94  fabric.properties
    95  
    96  # Editor-based Rest Client
    97  .idea/httpRequests
    98  
    99  # Ignores the whole .idea folder and all .iml files
   100  .idea/
   101  
   102  # Android studio 3.1+ serialized cache file
   103  .idea/caches/build_file_checksums.ser
   104  
   105  ### Python ###
   106  # Byte-compiled / optimized / DLL files
   107  __pycache__/
   108  *.py[cod]
   109  *$py.class
   110  
   111  # C extensions
   112  
   113  # Distribution / packaging
   114  .Python
   115  build/
   116  develop-eggs/
   117  dist/
   118  downloads/
   119  eggs/
   120  .eggs/
   121  lib/
   122  lib64/
   123  parts/
   124  sdist/
   125  var/
   126  wheels/
   127  share/python-wheels/
   128  *.egg-info/
   129  .installed.cfg
   130  *.egg
   131  MANIFEST
   132  
   133  # PyInstaller
   134  #  Usually these files are written by a python script from a template
   135  #  before PyInstaller builds the exe, so as to inject date/other infos into it.
   136  *.manifest
   137  *.spec
   138  
   139  # Installer logs
   140  pip-log.txt
   141  pip-delete-this-directory.txt
   142  
   143  # Unit test / coverage reports
   144  htmlcov/
   145  .tox/
   146  .nox/
   147  .coverage
   148  .coverage.*
   149  .cache
   150  nosetests.xml
   151  coverage.xml
   152  *.cover
   153  *.py,cover
   154  .hypothesis/
   155  .pytest_cache/
   156  cover/
   157  
   158  # Translations
   159  *.mo
   160  *.pot
   161  
   162  # Django stuff:
   163  *.log
   164  local_settings.py
   165  db.sqlite3
   166  db.sqlite3-journal
   167  
   168  # Flask stuff:
   169  instance/
   170  .webassets-cache
   171  
   172  # Scrapy stuff:
   173  .scrapy
   174  
   175  # Sphinx documentation
   176  docs/_build/
   177  
   178  # PyBuilder
   179  .pybuilder/
   180  target/
   181  
   182  # Jupyter Notebook
   183  .ipynb_checkpoints
   184  
   185  # IPython
   186  profile_default/
   187  ipython_config.py
   188  
   189  # pyenv
   190  #   For a library or package, you might want to ignore these files since the code is
   191  #   intended to run in multiple environments; otherwise, check them in:
   192  # .python-version
   193  
   194  # pipenv
   195  #   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
   196  #   However, in case of collaboration, if having platform-specific dependencies or dependencies
   197  #   having no cross-platform support, pipenv may install dependencies that don't work, or not
   198  #   install all needed dependencies.
   199  #Pipfile.lock
   200  
   201  # PEP 582; used by e.g. github.com/David-OConnor/pyflow
   202  __pypackages__/
   203  
   204  # Celery stuff
   205  celerybeat-schedule
   206  celerybeat.pid
   207  
   208  # SageMath parsed files
   209  *.sage.py
   210  
   211  # Environments
   212  .env
   213  .venv
   214  env/
   215  venv/
   216  ENV/
   217  env.bak/
   218  venv.bak/
   219  
   220  # Spyder project settings
   221  .spyderproject
   222  .spyproject
   223  
   224  # Rope project settings
   225  .ropeproject
   226  
   227  # mkdocs documentation
   228  /site
   229  
   230  # mypy
   231  .mypy_cache/
   232  .dmypy.json
   233  dmypy.json
   234  
   235  # Pyre type checker
   236  .pyre/
   237  
   238  # pytype static type analyzer
   239  .pytype/
   240  
   241  # Cython debug symbols
   242  cython_debug/
   243  
   244  ### VisualStudioCode ###
   245  .vscode
   246  *.code-workspace
   247  
   248  # Local History for Visual Studio Code
   249  .history/
   250  
   251  ### VisualStudioCode Patch ###
   252  # Ignore all local history of files
   253  .history
   254  .ionide
   255  
   256  #!! ERROR: vscode is undefined. Use list command to see defined gitignore types !!#
   257  
   258  # End of https://www.toptal.com/developers/gitignore/api/go,goland,vscode,python
   259  n