-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.dockerignore
63 lines (52 loc) · 1.3 KB
/
.dockerignore
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
# flyctl launch added from .gitignore
# App local data
**/wga_data
**/wga_sitemap
**/analytics.txt
**/.env
**/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
# flyctl launch added from .husky/_/.gitignore
.husky/_/**/*
# flyctl launch added from .idea/.gitignore
# Default ignored files
.idea/shelf
.idea/workspace.xml
# Editor-based HTTP Client requests
.idea/httpRequests
# Datasource local storage ignored files
.idea/dataSources
.idea/dataSources.local.xml
# flyctl launch added from assets/public/js/vendor/.gitignore
assets/public/js/vendor/**/htmx.min.js
assets/public/js/vendor/**/loading-states.js
fly.toml