-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
63 lines (55 loc) · 1.63 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# User-specific stuff:
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/**/codeStyleConfig.xml
**/.idea/shelf/*
**/.idea/dictionaries
# Sensitive or high-churn files:
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml
**/.idea/**/uiDesigner.xml
# Gradle:
# NOTE: gradle.xml is often also ignored here. This is only required if the gradle.xml
# contains path information, but we've got it configured to use the default wrapper.
# See https://youtrack.jetbrains.com/issue/IDEA-55923 for some more information
.gradle/
**/.idea/**/libraries
# Rider creates nested .idea folders, one for each solution, so we don't get clashes if there are multiple
# solutions in the same folder. This is the reason for the .idea/**/whatever pattern
# Rider auto-generates a lot of the files in the .idea folder:
# .name (from the .sln file)
# modules.xml and .iml files
# contentModel.xml
# (indexLayout.xml should be committed if you add existing folder)
# NOTE: We normally include *.iml for JetBrains IDEs, but Gradle based projects auto generate
# this on import, so we can happily ignore them. Don't do this for the Rider controlled project!
**/.idea/**/.name
**/.idea/**/modules.xml
**/.idea/**/*.iml
**/.idea/**/compiler.xml
**/.idea/**/contentModel.xml
# Build artifacts
[Bb]in/
[Oo]bj/
build
output
.tmp
# User-specific files
*.suo
*.user
*.sln.docstates
*.cache
# IDEs
.vs
_ReSharper*
_dotTrace*
mono_crash*.json
packages
*.generated.cs
*.generated.props
/src/dotnet/ReSharperPlugin.SpecflowRiderPlugin/Analytics/AppInsightsConfiguration.cs
*.orig