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