New VIM Design with the config implemented.
[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
28 # profiling files
29 chrome-profiler-events.json
30 speed-measure-plugin.json
31
32 # IDEs and editors
33 /.idea
34 .project
35 .classpath
36 .c9/
37 *.launch
38 .settings/
39 *.sublime-workspace
40
41 # IDE - VSCode
42 .vscode/*
43 !.vscode/settings.json
44 !.vscode/tasks.json
45 !.vscode/launch.json
46 !.vscode/extensions.json
47 .history/*
48
49 # misc
50 /.sass-cache
51 /connect.lock
52 /coverage
53 /libpeerconnection.log
54 npm-debug.log
55 yarn-error.log
56 testem.log
57 /typings
58
59 # System Files
60 .DS_Store
61 Thumbs.db