1
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
2
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
3
|
|
4
|
# User-specific stuff
|
5
|
.idea/**/workspace.xml
|
6
|
.idea/**/tasks.xml
|
7
|
.idea/**/usage.statistics.xml
|
8
|
.idea/**/dictionaries
|
9
|
.idea/**/shelf
|
10
|
|
11
|
# Generated files
|
12
|
.idea/**/contentModel.xml
|
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
|
|
65
|
|
66
|
# Logs
|
67
|
logs
|
68
|
*.log
|
69
|
npm-debug.log*
|
70
|
yarn-debug.log*
|
71
|
yarn-error.log*
|
72
|
|
73
|
# Runtime data
|
74
|
pids
|
75
|
*.pid
|
76
|
*.seed
|
77
|
*.pid.lock
|
78
|
|
79
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
80
|
lib-cov
|
81
|
|
82
|
# Coverage directory used by tools like istanbul
|
83
|
coverage
|
84
|
|
85
|
# nyc test coverage
|
86
|
.nyc_output
|
87
|
|
88
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
89
|
.grunt
|
90
|
|
91
|
# Bower dependency directory (https://bower.io/)
|
92
|
bower_components
|
93
|
|
94
|
# node-waf configuration
|
95
|
.lock-wscript
|
96
|
|
97
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
98
|
build/Release
|
99
|
|
100
|
# Dependency directories
|
101
|
node_modules/
|
102
|
jspm_packages/
|
103
|
|
104
|
# TypeScript v1 declaration files
|
105
|
typings/
|
106
|
|
107
|
# Optional npm cache directory
|
108
|
.npm
|
109
|
|
110
|
# Optional eslint cache
|
111
|
.eslintcache
|
112
|
|
113
|
# Optional REPL history
|
114
|
.node_repl_history
|
115
|
|
116
|
# Output of 'npm pack'
|
117
|
*.tgz
|
118
|
|
119
|
# Yarn Integrity file
|
120
|
.yarn-integrity
|
121
|
|
122
|
# dotenv environment variables file
|
123
|
.env
|
124
|
|
125
|
# parcel-bundler cache (https://parceljs.org/)
|
126
|
.cache
|
127
|
|
128
|
# next.js build output
|
129
|
.next
|
130
|
|
131
|
# nuxt.js build output
|
132
|
.nuxt
|
133
|
|
134
|
# vuepress build output
|
135
|
.vuepress/dist
|
136
|
|
137
|
# Serverless directories
|
138
|
.serverless
|
139
|
|
140
|
# Build app
|
141
|
dist/
|
142
|
|
143
|
# Idea config project
|
144
|
.idea/
|
145
|
|
146
|
# Lighthouse log
|
147
|
latest-run/
|
148
|
|
149
|
# Flow-typed
|
150
|
flow-typed/
|