github.com/FollowTheProcess/tag@v0.4.2/.gitignore (about)

     1  # Created by https://www.toptal.com/developers/gitignore/api/macos,windows,linux,visualstudiocode,jetbrains+all,go
     2  # Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,linux,visualstudiocode,jetbrains+all,go
     3  
     4  ### Go ###
     5  # If you prefer the allow list template instead of the deny list, see community template:
     6  # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
     7  #
     8  # Binaries for programs and plugins
     9  *.exe
    10  *.exe~
    11  *.dll
    12  *.so
    13  *.dylib
    14  
    15  # Test binary, built with `go test -c`
    16  *.test
    17  
    18  # Output of the go coverage tool, specifically when used with LiteIDE
    19  *.out
    20  coverage.html
    21  
    22  # Dependency directories (remove the comment below to include it)
    23  # vendor/
    24  
    25  # Go workspace file
    26  go.work
    27  
    28  ### JetBrains+all ###
    29  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
    30  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    31  
    32  # User-specific stuff
    33  .idea/**/workspace.xml
    34  .idea/**/tasks.xml
    35  .idea/**/usage.statistics.xml
    36  .idea/**/dictionaries
    37  .idea/**/shelf
    38  
    39  # AWS User-specific
    40  .idea/**/aws.xml
    41  
    42  # Generated files
    43  .idea/**/contentModel.xml
    44  
    45  # Sensitive or high-churn files
    46  .idea/**/dataSources/
    47  .idea/**/dataSources.ids
    48  .idea/**/dataSources.local.xml
    49  .idea/**/sqlDataSources.xml
    50  .idea/**/dynamic.xml
    51  .idea/**/uiDesigner.xml
    52  .idea/**/dbnavigator.xml
    53  
    54  # Gradle
    55  .idea/**/gradle.xml
    56  .idea/**/libraries
    57  
    58  # Gradle and Maven with auto-import
    59  # When using Gradle or Maven with auto-import, you should exclude module files,
    60  # since they will be recreated, and may cause churn.  Uncomment if using
    61  # auto-import.
    62  # .idea/artifacts
    63  # .idea/compiler.xml
    64  # .idea/jarRepositories.xml
    65  # .idea/modules.xml
    66  # .idea/*.iml
    67  # .idea/modules
    68  # *.iml
    69  # *.ipr
    70  
    71  # CMake
    72  cmake-build-*/
    73  
    74  # Mongo Explorer plugin
    75  .idea/**/mongoSettings.xml
    76  
    77  # File-based project format
    78  *.iws
    79  
    80  # IntelliJ
    81  out/
    82  
    83  # mpeltonen/sbt-idea plugin
    84  .idea_modules/
    85  
    86  # JIRA plugin
    87  atlassian-ide-plugin.xml
    88  
    89  # Cursive Clojure plugin
    90  .idea/replstate.xml
    91  
    92  # SonarLint plugin
    93  .idea/sonarlint/
    94  
    95  # Crashlytics plugin (for Android Studio and IntelliJ)
    96  com_crashlytics_export_strings.xml
    97  crashlytics.properties
    98  crashlytics-build.properties
    99  fabric.properties
   100  
   101  # Editor-based Rest Client
   102  .idea/httpRequests
   103  
   104  # Android studio 3.1+ serialized cache file
   105  .idea/caches/build_file_checksums.ser
   106  
   107  ### JetBrains+all Patch ###
   108  # Ignore everything but code style settings and run configurations
   109  # that are supposed to be shared within teams.
   110  
   111  .idea/*
   112  
   113  !.idea/codeStyles
   114  !.idea/runConfigurations
   115  
   116  ### Linux ###
   117  *~
   118  
   119  # temporary files which can be created if a process still has a handle open of a deleted file
   120  .fuse_hidden*
   121  
   122  # KDE directory preferences
   123  .directory
   124  
   125  # Linux trash folder which might appear on any partition or disk
   126  .Trash-*
   127  
   128  # .nfs files are created when an open file is removed but is still being accessed
   129  .nfs*
   130  
   131  ### macOS ###
   132  # General
   133  .DS_Store
   134  .AppleDouble
   135  .LSOverride
   136  
   137  # Icon must end with two \r
   138  Icon
   139  
   140  
   141  # Thumbnails
   142  ._*
   143  
   144  # Files that might appear in the root of a volume
   145  .DocumentRevisions-V100
   146  .fseventsd
   147  .Spotlight-V100
   148  .TemporaryItems
   149  .Trashes
   150  .VolumeIcon.icns
   151  .com.apple.timemachine.donotpresent
   152  
   153  # Directories potentially created on remote AFP share
   154  .AppleDB
   155  .AppleDesktop
   156  Network Trash Folder
   157  Temporary Items
   158  .apdisk
   159  
   160  ### macOS Patch ###
   161  # iCloud generated files
   162  *.icloud
   163  
   164  ### VisualStudioCode ###
   165  .vscode/*
   166  !.vscode/settings.json
   167  !.vscode/tasks.json
   168  !.vscode/launch.json
   169  !.vscode/extensions.json
   170  !.vscode/*.code-snippets
   171  
   172  # Local History for Visual Studio Code
   173  .history/
   174  
   175  # Built Visual Studio Code Extensions
   176  *.vsix
   177  
   178  ### VisualStudioCode Patch ###
   179  # Ignore all local history of files
   180  .history
   181  .ionide
   182  
   183  ### Windows ###
   184  # Windows thumbnail cache files
   185  Thumbs.db
   186  Thumbs.db:encryptable
   187  ehthumbs.db
   188  ehthumbs_vista.db
   189  
   190  # Dump file
   191  *.stackdump
   192  
   193  # Folder config file
   194  [Dd]esktop.ini
   195  
   196  # Recycle Bin used on file shares
   197  $RECYCLE.BIN/
   198  
   199  # Windows Installer files
   200  *.cab
   201  *.msi
   202  *.msix
   203  *.msm
   204  *.msp
   205  
   206  # Windows shortcuts
   207  *.lnk
   208  
   209  # End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux,visualstudiocode,jetbrains+all,go