-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
57 lines (49 loc) · 1.35 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
# Common IntelliJ Platform excludes
# User-specific stuff:
**/.idea/**/workspace.xml
**/.idea/**/tasks.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
# Rider code
# 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
# 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!
src/rider/.idea/**/modules.xml
src/rider/.idea/**/modules/*.iml
# IntelliJ
build/
out/
# Backup & report files from converting an old project file to a newer Visual Studio version
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
Thumbs.db
Desktop.ini
.DS_Store
/tools/
/BuildArtifacts/
.history/
/docs/wyam.config.*
/src/rider/src/main/gen/
/src/dotnet/cake-rider/Protocol/
bin/
obj/
/src/projectTemplates/**/.idea
!/src/projectTemplates/**/build
.vs/
*.user
/src/dotnet/packages/
/src/dotnet/test/packages/