refactor: cleanup .gitignore files
[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/*idtags*.json
6 !src/assets/idtags-template.json
7 mikro-orm.config*.ts
8 !mikro-orm.config-template.ts
9 manifest*.yml
10 !manifest-cf-template.yml
11
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 pnpm-debug.log*
31
32 # Runtime data
33 pids
34 *.pid
35 *.seed
36
37 # Directory for instrumented libs generated by jscoverage/JSCover
38 lib-cov
39
40 # Coverage directory used by tools like istanbul
41 coverage
42
43 # nyc test coverage
44 .nyc_output
45
46 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
47 .grunt
48
49 # node-waf configuration
50 .lock-wscript
51
52 # Compiled binary addons (http://nodejs.org/api/addons.html)
53 dist
54
55 # Dependency directories
56 node_modules
57 jspm_packages
58
59 # Optional npm cache directory
60 .npm
61
62 # Optional REPL history
63 .node_repl_history
64
65 # Grunt usually compiles files inside this directory
66 dist/
67
68 # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
69 .tmp/
70
71 # Grunt typescript cache
72 .tscache/
73 tscommand-*
74
75 # temporary file
76 tmp
77
78 # Intellij
79 /.idea
80 /outputs
81 /docker/mongo
82 build/config.gypi
83
84 # VisualStudioCode
85 .vscode/*
86 !.vscode/settings.json
87 !.vscode/tasks.json
88 !.vscode/launch.json
89 !.vscode/extensions.json
90
91 # Vim
92 # Persistent undo
93 [._]*.un~
94 # Temporary
95 .netrwhist
96 *~
97
98 # Clinic
99 *.clinic-*
100
101 # System Files
102 .DS_Store
103 Thumbs.db
104
105 # Winston
106 *-audit.json
107
108 # MTA
109 *.mta
110 mta_archives/
111
112 # pnpm
113 package-lock.json
114
115 *.bak
116 .eslintcache
117 temp/
118 *.tar.gz
119 /performance/
120 performanceRecords.json
121 performanceRecords.json.lock
122 *.db