blob: ed13e3d359251f68c99ce8c2824f4de7cf57acd0 [file] [log] [blame]
kumaran.m3b4814a2020-05-01 19:48:54 +05301# 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
26package-lock.json
bravofcedffec2021-05-05 16:50:46 -040027yarn.lock
kumaran.m3b4814a2020-05-01 19:48:54 +053028
29# profiling files
30chrome-profiler-events.json
31speed-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
SANDHYA.JS0a34dfa2023-04-25 23:59:41 +053051/.angular/cache
kumaran.m3b4814a2020-05-01 19:48:54 +053052/.sass-cache
53/connect.lock
54/coverage
55/libpeerconnection.log
56npm-debug.log
57yarn-error.log
58testem.log
59/typings
60
61# System Files
62.DS_Store
63Thumbs.db