-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
59 lines (52 loc) · 1011 Bytes
/
.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
.env
.venv/
node_modules/
.DS_Store
.gradle/
pipeline/build/
coverage/
.idea/
migrations/sql/afterMigrate__88__create_schema_users.sql
__pycache__
*.pytest_cache
*.pyc
*tmp*.tar
*.pgCustom
*.sw*
microservices/document_manager/backend/document_uploads/
*last-backup
venv*
[~][$]*
*_DeploymentConfig.json
*_BuildConfig.json
*.local.*
*.crt
.github/act.secrets
.scannerwork/
act/
# Terraform
.terraform
terragrunt.auto.tfvars
credentials.tfrc.json
backend.tf
.terragrunt-cache
.terraform.lock.hcl
cypress.env.json
# debug
debug
/devops
gitops/tenant-gitops-4c2ba9
!.yarn/*
!/.yarn/releases
!/.yarn/plugins
!/.yarn/sdks
# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
.yarn/cache
.yarn/install-state.gz
#/.pnp.*
.yarn/yarn.build.json
.yarn/.DS_Store
.vscode/settings.json
services/document-manager/document-manager.iml
/services/filesystem-provider/ej2-amazon-s3-aspcore-file-provider/Folder.DotSettings.user