Permit to run code in async scope in the OCPP stack
[e-mobility-charging-stations-simulator.git] / .gitignore
1 # config
2 src/assets/config*.json
3 !src/assets/config-template.json
4 src/scripts/scriptConfig.json
5 src/assets/*tags*.json
6 !src/assets/authorization-tags-template.json
7 mikro-orm.config*.ts
8 !mikro-orm.config-template.ts
9 manifest.yml
10
11 ### Git ###
12 # Created by git for backups. To disable backups in Git:
13 # $ git config --global mergetool.keepBackup false
14 *.orig
15
16 # Created by git when using merge tools for conflicts
17 *.BACKUP.*
18 *.BASE.*
19 *.LOCAL.*
20 *.REMOTE.*
21 *_BACKUP_*.txt
22 *_BASE_*.txt
23 *_LOCAL_*.txt
24 *_REMOTE_*.txt
25
26 # Logs
27 logs
28 *.log
29 npm-debug.log*
30
31 # Runtime data
32 pids
33 *.pid
34 *.seed
35
36 # Directory for instrumented libs generated by jscoverage/JSCover
37 lib-cov
38
39 # Coverage directory used by tools like istanbul
40 coverage
41
42 # nyc test coverage
43 .nyc_output
44
45 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
46 .grunt
47
48 # node-waf configuration
49 .lock-wscript
50
51 # Compiled binary addons (http://nodejs.org/api/addons.html)
52 dist
53
54 # Dependency directories
55 node_modules
56 jspm_packages
57
58 # Optional npm cache directory
59 .npm
60
61 # Optional REPL history
62 .node_repl_history
63
64 # Grunt usually compiles files inside this directory
65 dist/
66
67 # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
68 .tmp/
69
70 # Grunt typescript cache
71 .tscache/
72 tscommand-*
73
74 # temporary file
75 tmp
76
77 # Intellij
78 /.idea
79 /outputs
80 /docker/mongo
81 build/config.gypi
82
83 # VisualStudioCode
84 .vscode/*
85 !.vscode/settings.json
86 !.vscode/tasks.json
87 !.vscode/launch.json
88 !.vscode/extensions.json
89
90 # Vim
91 # Persistent undo
92 [._]*.un~
93 # Temporary
94 .netrwhist
95 *~
96
97 # Clinic
98 *.clinic-*
99
100 # System Files
101 .DS_Store
102 Thumbs.db
103
104 # Winston
105 *-audit.json
106
107 # MTA
108 *.mta
109 mta_archives/
110
111 *.bak
112 .eslintcache
113 temp/
114 *.tar.gz
115 performanceRecords.json
116 performanceRecords.json.lock
117 *.db