This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
89 lines (69 loc) · 1.98 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.DS_Store
bin/
obj/
src/packages/
src/riderModule.iml
src/_ReSharper.Caches/
# Created by https://www.toptal.com/developers/gitignore/api/rider
# Edit at https://www.toptal.com/developers/gitignore?templates=rider
### Rider ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
src/.idea/**/workspace.xml
src/.idea/**/tasks.xml
src/.idea/**/usage.statistics.xml
src/.idea/**/dictionaries
src/.idea/**/shelf
# Generated files
src/.idea/**/contentModel.xml
# Sensitive or high-churn files
src/.idea/**/dataSources/
src/.idea/**/dataSources.ids
src/.idea/**/dataSources.local.xml
src/.idea/**/sqlDataSources.xml
src/.idea/**/dynamic.xml
src/.idea/**/uiDesigner.xml
src/.idea/**/dbnavigator.xml
# Gradle
src/.idea/**/gradle.xml
src/.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
src/cmake-build-*/
# Mongo Explorer plugin
src/.idea/**/mongoSettings.xml
# File-based project format
src/*.iws
# IntelliJ
src/out/
# mpeltonen/sbt-idea plugin
src/.idea_modules/
# JIRA plugin
src/atlassian-ide-plugin.xml
# Cursive Clojure plugin
src/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
src/com_crashlytics_export_strings.xml
src/crashlytics.properties
src/crashlytics-build.properties
src/fabric.properties
# Editor-based Rest Client
src/.idea/httpRequests
# Android studio 3.1+ serialized cache file
src/.idea/caches/build_file_checksums.ser
# End of https://www.toptal.com/developers/gitignore/api/rider
/src/BoundfoxStudios.Host/logs
/src/BoundfoxStudios.Host/.deploy
/src/BoundfoxStudios.Host/bot.db