blob: 4549812725be6312f5dfa50a332735a1e2c2abb4 [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001# Binaries for programs and plugins
2*.exe
3*.exe~
4*.dll
5*.so
6*.dylib
7
8# Test binary, build with `go test -c`
9*.test
10
Matteo Scandolof9d43412021-01-12 11:11:34 -080011# Test output
12tests/
13
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070014# Output of the go coverage tool, specifically when used with LiteIDE
15*.out
16
17# PyCharm / Goland
18.idea/
19### Go template
20# Binaries for programs and plugins
21*.exe
22*.exe~
23*.dll
24*.so
25*.dylib
26
27# Test binary, build with `go test -c`
28*.test
29
30# Output of the go coverage tool, specifically when used with LiteIDE
31*.out
32### JetBrains template
33# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
34# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
35
36# User-specific stuff
37.idea/**/workspace.xml
38.idea/**/tasks.xml
39.idea/**/usage.statistics.xml
40.idea/**/dictionaries
41.idea/**/shelf
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/modules.xml
61# .idea/*.iml
62# .idea/modules
63
64# CMake
65cmake-build-*/
66
67# Mongo Explorer plugin
68.idea/**/mongoSettings.xml
69
70# File-based project format
71*.iws
72
73# IntelliJ
74out/
75
76# mpeltonen/sbt-idea plugin
77.idea_modules/
78
79# JIRA plugin
80atlassian-ide-plugin.xml
81
82# Cursive Clojure plugin
83.idea/replstate.xml
84
85# Crashlytics plugin (for Android Studio and IntelliJ)
86com_crashlytics_export_strings.xml
87crashlytics.properties
88crashlytics-build.properties
89fabric.properties
90
91# Editor-based Rest Client
92.idea/httpRequests
93
94/coverage.html