forked from Javonet/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (92 loc) · 1.6 KB
/
.gitignore
File metadata and controls
115 lines (92 loc) · 1.6 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Ignore Javonet files
javonet.lic
_JavonetNativeErrorLogger*
__pycache__/
# Ignore build and debug outputs for .NET Core projects
bin/
obj/
Binaries/
.vscode/
*.user
*.rsuser
*.suo
*.userosscache
*.sln.docstates
*.csproj.user
# Ignore Visual Studio files
.vs/
# Ignore Rider files
.idea/
# Ignore dependencies
node_modules/
packages/
# Ignore files generated by popular Visual Studio add-ons
*.tsscache
*.eslintcache
# Ignore StyleCop
StyleCopReport.xml
# Ignore logs, debug files, and crash reports
*.log
*.vspscc
*.vspcc
testResults/
TestResult.xml
TestResult.trx
# Ignore web publish folder for .NET, e.g. Azure Web Apps deployments
publish/
wwwroot/
# Ignore coverage reports
coverage/
*.coverage
*.coveragexml
*_CoverageDebug.xml
*_Coverage.xml
*.codecov
# Ignore dotnet command-generated files
*.dbmdl
*.jfm
# Java-related ignores
*.class
*.jar
*.war
*.ear
# Compiled class file
*.class
# Mobile tools specific files
.mtk/
.mtmanalytics/
# Eclipse specific ignores
.settings/
.project
.classpath
/.metadata/
/bin/
/tmp/
# IntelliJ IDEA specific ignores
.idea/
*.iml
*.ipr
*.iws
out/
# Java log files
*.log
# Maven specific ignores
target/
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Gradle specific ignores
.gradle/
build/
# Ignore files generated by JetBrains IDEs (e.g., IntelliJ IDEA, Rider)
.idea/
*.iml
*.ipr
*.iws
out/
.metadata
javonet_*.jar
/.recommenders/
Servers/
RemoteSystemsTempFiles/
DotNet/HelloWorldFromJavaConsoleApp/NetCoreConsoleApp/Binaries/