source: src/Clients/Angular/finki-chattery/.gitignore@ f3c4950

dev
Last change on this file since f3c4950 was e6a6d9a, checked in by Стојков Марко <mst@…>, 3 years ago

Initialized FinkiChattery project

  • Property mode set to 100644
File size: 631 bytes
Line 
1# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3# compiled output
4/dist
5/tmp
6/out-tsc
7# Only exists if Bazel was run
8/bazel-out
9
10# dependencies
11/node_modules
12
13# profiling files
14chrome-profiler-events*.json
15speed-measure-plugin*.json
16
17# IDEs and editors
18/.idea
19.project
20.classpath
21.c9/
22*.launch
23.settings/
24*.sublime-workspace
25
26# IDE - VSCode
27.vscode/*
28!.vscode/settings.json
29!.vscode/tasks.json
30!.vscode/launch.json
31!.vscode/extensions.json
32.history/*
33
34# misc
35/.sass-cache
36/connect.lock
37/coverage
38/libpeerconnection.log
39npm-debug.log
40yarn-error.log
41testem.log
42/typings
43
44# System Files
45.DS_Store
46Thumbs.db
Note: See TracBrowser for help on using the repository browser.