-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (55 loc) · 1.49 KB
/
.gitignore
File metadata and controls
68 lines (55 loc) · 1.49 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
# environments
.env
# dependencies
node_modules/
# build
wwwroot
dist/
# vs code
.vscode
.DS_Store
# exercise solution
exercise-solution/
.DS_Store
# code Jenkins demos
app/
# Access Keys
*.pem
*.pub
# CDK8s demos
*/08-ckd8s/00-hello-world-code/
# Private view
.aws/
lab/
private.readme.md
04-cloud/00-aks/03-virtual-kubelet/auth.json
# Vagrant
.vagrant
01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/Debug/netcoreapp3.1/backend.assets.cache
01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/Debug/netcoreapp3.1/backend.GeneratedMSBuildEditorConfig.editorconfig
# Gradle
.gradle
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
# Ignorar el directorio obj en cualquier nivel
**/[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn
01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/Debug/netcoreapp3.1/backend.AssemblyInfo.cs
01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/Debug/netcoreapp3.1/backend.AssemblyInfoInputs.cache
01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/Debug/netcoreapp3.1/backend.AssemblyInfo.cs
01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/Debug/netcoreapp3.1/backend.GeneratedMSBuildEditorConfig.editorconfig
01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/Debug/netcoreapp3.1/backend.AssemblyInfo.cs
# Challenge solutions for instructors only
01-contenedores/lemoncode-challenge/**/CHALLENGE.md
01-contenedores/lemoncode-challenge/LAB_CONTENEDORES.md