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