@things-factory/operato-gangsters 8.0.6 → 9.0.0-beta.10

Sign up to get free protection for your applications and to get access to all the features.
package/.dockerignore CHANGED
@@ -1,13 +1,31 @@
1
- node_modules
2
- installer
3
- Dockerfile
4
- logs
1
+ node_modules/
2
+ client/
3
+ server/
4
+ dist-client/
5
+ installer/
6
+ attachments/
7
+ cache/
8
+ logs/
9
+ Dockerfile*
5
10
  docker-compose.yml
6
11
  db.sqlite
7
12
  db*.sqlite
8
13
  license.json
9
- attachments
10
14
  config.development.js
11
15
  config.production.js
12
16
  !config/config.development.js
13
- !config/config.production.js
17
+ !config/config.production.js
18
+ \_index.html
19
+
20
+ npm-debug.log
21
+ yarn-error.log
22
+
23
+ .env
24
+ .env.local
25
+ .env.production
26
+ .git/
27
+ .gitignore
28
+ .dockerignore
29
+ .vscode/
30
+ .idea/
31
+ .DS_Store