blob: 238b738b3d0939ea320ec3f1d889971482b5a2a4 [file] [log] [blame]
Jakub Man81d1f0c2020-12-21 10:04:09 +01001# 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/frontend/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
41
42# Linked stylesheets
43/frontend/_colors.scss
44
45# Devkit
46/frontend/dist
47
48# Backend cache
49/backend/__pycache__
50# User configuration files
51/backend/userfiles
52
53# Compiled tools
54/frontend/src/app/netconf-lib
55/assets/tools/*.js
56/assets/tools/index.html