blob: 9a0c53ad55d0272d6437d6f9d9decf8c6575e95d [file] [log] [blame]
Sudarshan Kumar15155952019-12-18 22:32:06 +05301# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3# compiled output
4/dist
5/tmp
6/out-tsc
7
8# dependencies
9/node_modules
10
11# IDEs and editors
12/.idea
13.project
14.classpath
15.c9/
16*.launch
17.settings/
18*.sublime-workspace
19
20# IDE - VSCode
21.vscode/*
22!.vscode/settings.json
23!.vscode/tasks.json
24!.vscode/launch.json
25!.vscode/extensions.json
26
27# misc
28/.sass-cache
29/connect.lock
30/coverage
31/libpeerconnection.log
32npm-debug.log
33yarn-error.log
34testem.log
35/typings
36
37# System Files
38.DS_Store
39Thumbs.db
jegadeeshbabu3560c13c2020-08-11 01:49:30 +053040/ngapp
Sudarshan Kumar15155952019-12-18 22:32:06 +053041
42.history/*
43/target/
44/node/node_modules/*
45/node/node.exe
46/.classpath