Make the authorization tags file a template.
[e-mobility-charging-stations-simulator.git] / .gitignore
1 # config
2 src/assets/config.json
3 src/scripts/scriptConfig.json
4 src/assets/authorization-tags.json
5 manifest.yml
6
7 # Logs
8 logs
9 *.log
10 npm-debug.log*
11
12 # Runtime data
13 pids
14 *.pid
15 *.seed
16
17 # Directory for instrumented libs generated by jscoverage/JSCover
18 lib-cov
19
20 # Coverage directory used by tools like istanbul
21 coverage
22
23 # nyc test coverage
24 .nyc_output
25
26 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27 .grunt
28
29 # node-waf configuration
30 .lock-wscript
31
32 # Compiled binary addons (http://nodejs.org/api/addons.html)
33 dist
34
35 # Dependency directories
36 node_modules
37 jspm_packages
38
39 # Optional npm cache directory
40 .npm
41
42 # Optional REPL history
43 .node_repl_history
44
45 # Grunt usually compiles files inside this directory
46 dist/
47
48 # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
49 .tmp/
50
51 # Grunt typescript cache
52 .tscache/
53 tscommand-*
54
55 # temporary file
56 tmp
57
58 # Intellij
59 /.idea
60 /outputs
61 /docker/mongo
62 build/config.gypi
63
64 # VisualStudioCode
65 .vscode/*
66 !.vscode/settings.json
67 !.vscode/tasks.json
68 !.vscode/launch.json
69 !.vscode/extensions.json
70
71 # Vim
72 # Persistent undo
73 [._]*.un~
74 # Temporary
75 .netrwhist
76 *~
77
78 # Clinic
79 *.clinic-*
80
81 # System Files
82 .DS_Store
83 Thumbs.db
84
85 # Winston
86 *-audit.json
87
88 # MTA
89 *.mta
90 mta_archives/