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