FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nativescript-cli/.gitignore at main · NativeScript/nativescript-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
nativescript-cli
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
206
Star
1.1k
Code
Issues
356
Pull requests
22
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
nativescript-cli
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
104 lines (91 loc) · 1.6 KB
Breadcrumbs
nativescript-cli
/
.gitignore
Copy path
File metadata and controls
104 lines (91 loc) · 1.6 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.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
!
scripts
/
*
.js
!
dev
/
*
.js
#
build output
/
dist
#
local secrets, filled in from .env.example
.env
.env.
*
!
.env.example
#
Claude Code local state - worktrees and per-user settings. Ignoring the
#
contents rather than the directory keeps shared settings.json committable.
.claude
/
*
!
.claude
/
settings.json
Back
|
FazBrowse Home
|
New Git URL