github.com/MontFerret/ferret@v0.18.0/.gitignore (about)

     1  # Created by .ignore support plugin (hsz.mobi)
     2  ### JetBrains template
     3  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
     4  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
     5  
     6  # User-specific stuff
     7  .idea
     8  .idea/**/workspace.xml
     9  .idea/**/tasks.xml
    10  .idea/**/usage.statistics.xml
    11  .idea/**/dictionaries
    12  .idea/**/shelf
    13  
    14  # Sensitive or high-churn files
    15  .idea/**/dataSources/
    16  .idea/**/dataSources.ids
    17  .idea/**/dataSources.local.xml
    18  .idea/**/sqlDataSources.xml
    19  .idea/**/dynamic.xml
    20  .idea/**/uiDesigner.xml
    21  .idea/**/dbnavigator.xml
    22  
    23  # Gradle
    24  .idea/**/gradle.xml
    25  .idea/**/libraries
    26  
    27  # Gradle and Maven with auto-import
    28  # When using Gradle or Maven with auto-import, you should exclude module files,
    29  # since they will be recreated, and may cause churn.  Uncomment if using
    30  # auto-import.
    31  # .idea/modules.xml
    32  # .idea/*.iml
    33  # .idea/modules
    34  
    35  # CMake
    36  cmake-build-*/
    37  
    38  # Mongo Explorer plugin
    39  .idea/**/mongoSettings.xml
    40  
    41  # File-based project format
    42  *.iws
    43  
    44  # IntelliJ
    45  out/
    46  
    47  # mpeltonen/sbt-idea plugin
    48  .idea_modules/
    49  
    50  # JIRA plugin
    51  atlassian-ide-plugin.xml
    52  
    53  # Cursive Clojure plugin
    54  .idea/replstate.xml
    55  
    56  # Crashlytics plugin (for Android Studio and IntelliJ)
    57  com_crashlytics_export_strings.xml
    58  crashlytics.properties
    59  crashlytics-build.properties
    60  fabric.properties
    61  
    62  # Editor-based Rest Client
    63  .idea/httpRequests
    64  ### Linux template
    65  *~
    66  
    67  # temporary files which can be created if a process still has a handle open of a deleted file
    68  .fuse_hidden*
    69  
    70  # KDE directory preferences
    71  .directory
    72  
    73  # Linux trash folder which might appear on any partition or disk
    74  .Trash-*
    75  
    76  # macOS
    77  .DS_Store
    78  
    79  # .nfs files are created when an open file is removed but is still being accessed
    80  .nfs*
    81  ### Windows template
    82  # Windows thumbnail cache files
    83  Thumbs.db
    84  ehthumbs.db
    85  ehthumbs_vista.db
    86  
    87  # Dump file
    88  *.stackdump
    89  
    90  # Folder config file
    91  [Dd]esktop.ini
    92  
    93  # Recycle Bin used on file shares
    94  $RECYCLE.BIN/
    95  
    96  # Windows Installer files
    97  *.cab
    98  *.msi
    99  *.msix
   100  *.msm
   101  *.msp
   102  
   103  # Windows shortcuts
   104  *.lnk
   105  ### Go template
   106  # Binaries for programs and plugins
   107  *.exe
   108  *.exe~
   109  *.dll
   110  *.so
   111  *.dylib
   112  
   113  # Test binary, build with `go test -c`
   114  *.test
   115  
   116  # Output of the go coverage tool, specifically when used with LiteIDE
   117  *.out
   118  ### VisualStudioCode template
   119  .vscode/*
   120  !.vscode/settings.json
   121  !.vscode/tasks.json
   122  !.vscode/launch.json
   123  !.vscode/extensions.json
   124  
   125  
   126  # Dep
   127  
   128  vendor
   129  bin
   130  *.log
   131  *.orig
   132  dist
   133  coverage.txt
   134  
   135  # sometimes antlr generates stub
   136  **/.antlr
   137  gen