forked from surveyjs/survey-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (45 loc) · 701 Bytes
/
.gitignore
File metadata and controls
48 lines (45 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.git/*
.vs/*
node_modules
build
src/**/*.js
!src/localization/translation*.js
doc_generator/**/*.json
docs/classes.json
docs/pmes.json
tmp
*.map
.tsdrc
.idea
.angular
/.gitattributes
project.json
/lib_typings
npm-debug.*
_site
.sass-cache
Gemfile.lock
/typings
/src/knockout/template.window.ko.html.ts
/src/knockout/template.ko.html.ts
/Properties
/web.config
/travis_code.txt
/survey.js.xproj
/survey.js.sln
/Startup.cs
/project.lock.json
/hosting.ini
/doc_generator/*.json
*.env
package-lock.json
svgbundle.html
coverage/**/*
/.angular/cache
visualRegressionTests/screenshots
visualRegressionTests/artifacts
packages/survey-angular-ui/src/**/*.js
dist
junit.xml
playwright-report/*
test-results/*