File tree 1 file changed +24
-84
lines changed
1 file changed +24
-84
lines changed Original file line number Diff line number Diff line change 1
- .git
2
- .github
3
- .idea
4
- .devcontainer
1
+ ** / .git
2
+ ** / .github
3
+ ** / .idea
4
+ ** / .devcontainer
5
5
6
6
/docker /development /data
7
7
/docker /production /data
8
8
9
- node_modules
10
- /backend /dist
11
- /shared /dist
12
- /dashboard /dist
9
+ ** /node_modules
10
+ ** /dist
13
11
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
76
19
77
20
# dotenv environment variables file
78
- * .env
79
- .env
21
+ ** / * .env
22
+ ** / .env
80
23
81
24
# windows folder options
82
- desktop.ini
25
+ ** / desktop.ini
83
26
84
27
# PHPStorm
85
- .idea /
28
+ ** / .idea
86
29
87
30
# 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
94
34
95
35
# Debug files
96
- * .debug.ts
97
- * .debug.js
36
+ ** / * .debug.ts
37
+ ** / * .debug.js
98
38
99
- .vscode /
39
+ ** / .vscode
100
40
101
41
config-errors.txt
102
42
/config-schema.json
103
43
104
- * .tsbuildinfo
44
+ ** / * .tsbuildinfo
You can’t perform that action at this time.
0 commit comments