blob: 3ff03e072b5a04d9daa927b59d8dd5662304e708 [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
51/.sass-cache
52/connect.lock
53/coverage
54/libpeerconnection.log
55npm-debug.log
56yarn-error.log
57testem.log
58/typings
59
60# System Files
61.DS_Store
62Thumbs.db