-
-
Notifications
You must be signed in to change notification settings - Fork 195
/
.gitignore
89 lines (79 loc) · 1.3 KB
/
.gitignore
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.DS_Store
*.js
!/*.js
!bin/nativescript.js
!bin/nsc.js
!vendor/*.js
!resources/**
!lib/common/test/resources/**/*
lib/common/test/resources/.DS_Store
*.js.map
!.travis/**/*
coverage
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.tgz
*.tmp
*.sublime-workspace
tscommand*.tmp.txt
.tscache/
/lib/.d.ts
pids
logs
results
scratch/
.idea/
.settings/
test-reports.xml
# VSCode
.vscode/**
!.vscode/launch.json
!.vscode/settings.json
npm-debug.log
node_modules
docs/html
docs-cli
!test-scripts/*.js
!test/files/**/*.js
# From previous submodule
lib/common/*.js
!lib/common/vendor/*.json
lib/common/*.js.map
!lib/common/vendor/*.js
lib/common/lib-cov
lib/common/*.seed
lib/common/*.log
lib/common/*.csv
lib/common/*.dat
lib/common/*.out
lib/common/*.pid
lib/common/*.gz
lib/common/*.tgz
lib/common/*.tmp
lib/common/*.sublime-workspace
lib/common/tscommand*.tmp.txt
lib/common/.tscache/
lib/common/pids
lib/common/logs
lib/common/results
lib/common/scratch/
lib/common/.idea/workspace.xml
lib/common/.idea/tasks.xml
lib/common/.idea/watcherTasks.xml
lib/common/npm-debug.log
lib/common/node_modules
!lib/common/Gruntfile.js
lib/common/.d.ts
!lib/common/bin/**/*
lib/common/coverage/**/*
lib/common/xunit.xml
lib/common/test-reports.xml
!lib/common/test-scripts/**
!lib/common/scripts/**
config/test-deps-versions-generated.json