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