This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitignore
80 lines (75 loc) · 1.5 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
# may contain OAuth secrets, do not commit
.sitecore/user.json
# NuGet cache for Sitecore CLI
.sitecore/package-cache/
# Ephemeral index caches used by serialization, do not commit
.scindex
# Don't commit packages
*.itempackage
*.sicpackage
#Ignore thumbnails created by Windows
Thumbs.db
#Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
.vs/
#Nuget packages folder
packages/
# temporary workaround
/docker/data/cm/*
!/docker/data/cm/.gitkeep
/docker/data/cd/*
!/docker/data/cd/.gitkeep
/docker/data/sql/*
!/docker/data/sql/.gitkeep
/docker/data/solr/*
!/docker/data/solr/.gitkeep
/docker/deploy/platform/*
!/docker/deploy/platform/.gitkeep
/docker/traefik/certs/*.pem
/src/rendering/node_modules
/src/rendering/coverage
/src/rendering/.next*/
/src/rendering/out/
/src/rendering/.generated
/src/rendering/*.graphql.d.ts
/src/rendering/*.graphqls.d.ts
/src/rendering/.DS_Store
/src/rendering/.env.local
/src/rendering/.env.*.local
/src/rendering/*.log*
/src/rendering/.vercel
/src/rendering/**/*.graphql.d.ts
/src/rendering/**/*.graphqls.d.ts
/src/rendering/**/.DS_Store
/src/rendering/**/.env.local
/src/rendering/**/.env.*.local
/src/rendering/**/*.log*
/src/rendering/.vercel
/src/rendering/src/temp/*
/src/rendering/src/temp/!.gitignore
/src/rendering/src/temp/!GraphQLFragmentTypes.json
/src/rendering/src/temp/!GraphQLIntrospectionResult.json