source: Farmatiko/ClientApp/.gitignore@ 96108d8

Last change on this file since 96108d8 was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

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