blob: 8f8ed69db614cac79deb5c78901bc1f6145d8152 [file] [log] [blame]
Dan Albertdca0d722019-07-16 14:03:43 -07001.gradle
2/build/
Dan Alberte59bb432020-09-29 14:13:09 -07003/buildSrc/build/
4/curl/build/
Dan Albert6a9e92a2021-06-24 17:29:25 -07005/googletest/build/
Dan Alberte59bb432020-09-29 14:13:09 -07006/jsoncpp/build/
7/openssl/build/
Dan Albertdca0d722019-07-16 14:03:43 -07008
9# Ignore Gradle GUI config
10gradle-app.setting
11
12# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
13!gradle-wrapper.jar
14
15# Cache of project
16.gradletasknamecache
17
18# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
19# gradle/wrapper/gradle-wrapper.properties
20
21# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
22# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
23
24# User-specific stuff
25.idea/**/workspace.xml
26.idea/**/tasks.xml
27.idea/**/usage.statistics.xml
28.idea/**/dictionaries
29.idea/**/shelf
30
31# Generated files
32.idea/**/contentModel.xml
33
34# Sensitive or high-churn files
35.idea/**/dataSources/
36.idea/**/dataSources.ids
37.idea/**/dataSources.local.xml
38.idea/**/sqlDataSources.xml
39.idea/**/dynamic.xml
40.idea/**/uiDesigner.xml
41.idea/**/dbnavigator.xml
42
43# Gradle
44.idea/**/gradle.xml
45.idea/**/libraries
46
47# Gradle and Maven with auto-import
48# When using Gradle or Maven with auto-import, you should exclude module files,
49# since they will be recreated, and may cause churn. Uncomment if using
50# auto-import.
Dan Alberta03a7962021-06-10 15:44:34 -070051.idea/modules.xml
52.idea/*.iml
53.idea/modules
54*.iml
55*.ipr
Dan Albertdca0d722019-07-16 14:03:43 -070056
57# CMake
58cmake-build-*/
59
60# Mongo Explorer plugin
61.idea/**/mongoSettings.xml
62
63# File-based project format
64*.iws
65
66# IntelliJ
67out/
68
69# mpeltonen/sbt-idea plugin
70.idea_modules/
71
72# JIRA plugin
73atlassian-ide-plugin.xml
74
75# Cursive Clojure plugin
76.idea/replstate.xml
77
78# Crashlytics plugin (for Android Studio and IntelliJ)
79com_crashlytics_export_strings.xml
80crashlytics.properties
81crashlytics-build.properties
82fabric.properties
83
84# Editor-based Rest Client
85.idea/httpRequests
86
87# Android studio 3.1+ serialized cache file
88.idea/caches/build_file_checksums.ser