github.com/nxtrace/NTrace-core@v1.3.1-0.20240513132635-39169291e8c9/.gitignore (about)

     1  ### VisualStudioCode template
     2  .vscode/*
     3  !.vscode/settings.json
     4  !.vscode/tasks.json
     5  !.vscode/launch.json
     6  !.vscode/extensions.json
     7  *.code-workspace
     8  
     9  # Local History for Visual Studio Code
    10  .history/
    11  
    12  ### JetBrains template
    13  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
    14  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    15  
    16  # User-specific stuff
    17  .idea/**/workspace.xml
    18  .idea/**/tasks.xml
    19  .idea/**/usage.statistics.xml
    20  .idea/**/dictionaries
    21  .idea/**/shelf
    22  
    23  # Generated files
    24  .idea/**/contentModel.xml
    25  
    26  # Sensitive or high-churn files
    27  .idea/**/dataSources/
    28  .idea/**/dataSources.ids
    29  .idea/**/dataSources.local.xml
    30  .idea/**/sqlDataSources.xml
    31  .idea/**/dynamic.xml
    32  .idea/**/uiDesigner.xml
    33  .idea/**/dbnavigator.xml
    34  
    35  # Gradle
    36  .idea/**/gradle.xml
    37  .idea/**/libraries
    38  
    39  # Gradle and Maven with auto-import
    40  # When using Gradle or Maven with auto-import, you should exclude module files,
    41  # since they will be recreated, and may cause churn.  Uncomment if using
    42  # auto-import.
    43  # .idea/artifacts
    44  # .idea/compiler.xml
    45  # .idea/jarRepositories.xml
    46  # .idea/modules.xml
    47  # .idea/*.iml
    48  # .idea/modules
    49  # *.iml
    50  # *.ipr
    51  
    52  # CMake
    53  cmake-build-*/
    54  
    55  # Mongo Explorer plugin
    56  .idea/**/mongoSettings.xml
    57  
    58  # File-based project format
    59  *.iws
    60  
    61  # IntelliJ
    62  out/
    63  
    64  # mpeltonen/sbt-idea plugin
    65  .idea_modules/
    66  
    67  # JIRA plugin
    68  atlassian-ide-plugin.xml
    69  
    70  # Cursive Clojure plugin
    71  .idea/replstate.xml
    72  
    73  # Crashlytics plugin (for Android Studio and IntelliJ)
    74  com_crashlytics_export_strings.xml
    75  crashlytics.properties
    76  crashlytics-build.properties
    77  fabric.properties
    78  
    79  # Editor-based Rest Client
    80  .idea/httpRequests
    81  
    82  # Android studio 3.1+ serialized cache file
    83  .idea/caches/build_file_checksums.ser
    84  
    85  ### Example user template template
    86  ### Example user template
    87  
    88  # IntelliJ project files
    89  .idea
    90  *.iml
    91  out
    92  gen
    93  ### Go template
    94  # Binaries for programs and plugins
    95  *.exe
    96  *.exe~
    97  *.dll
    98  *.so
    99  *.dylib
   100  
   101  # Test binary, built with `go test -c`
   102  *.test
   103  
   104  # Output of the go coverage tool, specifically when used with LiteIDE
   105  *.out
   106  
   107  # Dependency directories (remove the comment below to include it)
   108  # vendor/
   109  
   110  ### Windows template
   111  # Windows thumbnail cache files
   112  Thumbs.db
   113  Thumbs.db:encryptable
   114  ehthumbs.db
   115  ehthumbs_vista.db
   116  
   117  # Dump file
   118  *.stackdump
   119  
   120  # Folder config file
   121  [Dd]esktop.ini
   122  
   123  # Recycle Bin used on file shares
   124  $RECYCLE.BIN/
   125  
   126  # Windows Installer files
   127  *.cab
   128  *.msi
   129  *.msix
   130  *.msm
   131  *.msp
   132  
   133  # Windows shortcuts
   134  *.lnk
   135  
   136  ### macOS template
   137  # General
   138  .DS_Store
   139  .AppleDouble
   140  .LSOverride
   141  
   142  # Icon must end with two \r
   143  Icon
   144  
   145  # Thumbnails
   146  ._*
   147  
   148  # Files that might appear in the root of a volume
   149  .DocumentRevisions-V100
   150  .fseventsd
   151  .Spotlight-V100
   152  .TemporaryItems
   153  .Trashes
   154  .VolumeIcon.icns
   155  .com.apple.timemachine.donotpresent
   156  
   157  # Directories potentially created on remote AFP share
   158  .AppleDB
   159  .AppleDesktop
   160  Network Trash Folder
   161  Temporary Items
   162  .apdisk
   163  
   164  # compile target directory
   165  dist/