-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
56 lines (45 loc) · 886 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
# App local data
wga_data
wga_sitemap
analytics.txt
.env
.env.dev
.env.uat
wga
# Go build related files
dist/
tmp/
# VSCode can output html from mjml
*/mjml/*.html
# Front-end build files
resources/sitebuild/out/style.css
assets/public/css/style.css
assets/public/js/*.js
assets/public/js/*.map
assets/public/js/*.txt
assets/public/css/*.css
assets/public/css/*.map
assets/public/css/*.txt
assets/public/fa-*
# hosts seed data for the guestbook, can't include because of GDPR
guestbook.json
# this file is used for cache only
contributors.json
# Dependecies shouldn't be a part of the source code
node_modules
meta.json
# Ignore templ generated files
*_templ.go
*_templ.txt
# Ignore playwright generated files
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.direnv# Devenv
.devenv*
devenv.local.nix
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml