Skip to content

Commit b2e0356

Browse files
committed
build: fix .dockerignore paths
1 parent 3cad4d3 commit b2e0356

File tree

1 file changed

+24
-84
lines changed

1 file changed

+24
-84
lines changed

.dockerignore

+24-84
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,44 @@
1-
.git
2-
.github
3-
.idea
4-
.devcontainer
1+
**/.git
2+
**/.github
3+
**/.idea
4+
**/.devcontainer
55

66
/docker/development/data
77
/docker/production/data
88

9-
node_modules
10-
/backend/dist
11-
/shared/dist
12-
/dashboard/dist
9+
**/node_modules
10+
**/dist
1311

14-
# FROM GITIGNORE:
15-
16-
# Created by .ignore support plugin (hsz.mobi)
17-
### Node template
18-
# Logs
19-
/logs
20-
*.log
21-
npm-debug.log*
22-
yarn-debug.log*
23-
yarn-error.log*
24-
.clinic
25-
.clinic-bot
26-
.clinic-api
27-
28-
# Runtime data
29-
pids
30-
*.pid
31-
*.seed
32-
*.pid.lock
33-
34-
# Directory for instrumented libs generated by jscoverage/JSCover
35-
lib-cov
36-
37-
# Coverage directory used by tools like istanbul
38-
coverage
39-
40-
# nyc test coverage
41-
.nyc_output
42-
43-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
44-
.grunt
45-
46-
# Bower dependency directory (https://bower.io/)
47-
bower_components
48-
49-
# node-waf configuration
50-
.lock-wscript
51-
52-
# Compiled binary addons (https://nodejs.org/api/addons.html)
53-
build/Release
54-
55-
# Dependency directories
56-
node_modules/
57-
jspm_packages/
58-
59-
# Typescript v1 declaration files
60-
typings/
61-
62-
# Optional npm cache directory
63-
.npm
64-
65-
# Optional eslint cache
66-
.eslintcache
67-
68-
# Optional REPL history
69-
.node_repl_history
70-
71-
# Output of 'npm pack'
72-
*.tgz
73-
74-
# Yarn Integrity file
75-
.yarn-integrity
12+
**/*.log
13+
**/npm-debug.log*
14+
**/yarn-debug.log*
15+
**/yarn-error.log*
16+
**/.clinic
17+
**/.clinic-bot
18+
**/.clinic-api
7619

7720
# dotenv environment variables file
78-
*.env
79-
.env
21+
**/*.env
22+
**/.env
8023

8124
# windows folder options
82-
desktop.ini
25+
**/desktop.ini
8326

8427
# PHPStorm
85-
.idea/
28+
**/.idea
8629

8730
# Misc
88-
/convert.js
89-
/startscript.js
90-
.cache
91-
npm-ls.txt
92-
npm-audit.txt
93-
.vscode/launch.json
31+
**/npm-ls.txt
32+
**/npm-audit.txt
33+
**/.cache
9434

9535
# Debug files
96-
*.debug.ts
97-
*.debug.js
36+
**/*.debug.ts
37+
**/*.debug.js
9838

99-
.vscode/
39+
**/.vscode
10040

10141
config-errors.txt
10242
/config-schema.json
10343

104-
*.tsbuildinfo
44+
**/*.tsbuildinfo

0 commit comments

Comments
 (0)