-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.gitignore
51 lines (41 loc) · 864 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
/tmp
/dist
.env
/var/authgear.yaml
/var/authgear.secrets.yaml
/var/authgear.features.yaml
/var/deno
/var/templates
/var/static
/tls-cert.pem
/tls-key.pem
.parcel-cache/
# direnv
.envrc
.direnv/
# docker
docker-compose.override.yaml
# vs code
.vscode
# .editorconfig
.editorconfig
# node
node_modules/
.eslintcache
.stylelintcache
# compiled static files
resources/authgear/templates/en/web/**/__generated_asset.html
resources/authgear/generated/*
!resources/authgear/generated/.gitkeep
resources/portal/static/
!resources/portal/static/img/logo.png
!resources/portal/static/img/logo-inverted.png
# generated code
pkg/lib/webparcel/parcel_gen.go
# OSX
.DS_Store
# custom build of k6
/k6/k6
# Ignore generated credentials from google-github-actions/auth
# See https://github.com/google-github-actions/auth?tab=readme-ov-file#prerequisites
gha-creds-*.json