Fix Bug 2336: Manual Healing option in Ui
[osm/NG-UI.git] / .gitignore
1 # Copyright 2020 TATA ELXSI
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #    http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12 # implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 # Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in)
17 # See http://help.github.com/ignore-files/ for more about ignoring files.
18
19 # compiled output
20 /dist
21 /tmp
22 /out-tsc
23
24 # dependencies
25 /node_modules
26 package-lock.json
27 yarn.lock
28
29 # profiling files
30 chrome-profiler-events.json
31 speed-measure-plugin.json
32
33 # IDEs and editors
34 /.idea
35 .project
36 .classpath
37 .c9/
38 *.launch
39 .settings/
40 *.sublime-workspace
41
42 # IDE - VSCode
43 .vscode/*
44 !.vscode/settings.json
45 !.vscode/tasks.json
46 !.vscode/launch.json
47 !.vscode/extensions.json
48 .history/*
49
50 # misc
51 /.sass-cache
52 /connect.lock
53 /coverage
54 /libpeerconnection.log
55 npm-debug.log
56 yarn-error.log
57 testem.log
58 /typings
59
60 # System Files
61 .DS_Store
62 Thumbs.db