FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScriptServices/.gitignore at dev · hrkeni/JavaScriptServices · GitHub
hrkeni
/
JavaScriptServices
Public
forked from
aspnet/JavaScriptServices
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScriptServices
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (39 loc) · 800 Bytes
Breadcrumbs
JavaScriptServices
/
.gitignore
Copy path
File metadata and controls
41 lines (39 loc) · 800 Bytes
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
[
Oo
]
bj
/
[
Bb
]
in
/
TestResults
/
.nuget
/
*
.sln.ide
/
_ReSharper.
*
/
packages
/
artifacts
/
PublishProfiles
/
*
.user
*
.suo
*
.cache
*
.docstates
_ReSharper.
*
nuget.exe
project.lock.json
*
net45.csproj
*
net451.csproj
*
k10.csproj
*
.psess
*
.vsp
*
.pidb
*
.userprefs
*
DS_Store
*
.ncrunchsolution
*
.
*
sdf
*
.ipch
.vs
/
npm-debug.log
/
.build
/
#
The templates can't contain their own .gitignore files, because Yeoman has strange default handling for
#
files with that name (https://github.com/npm/npm/issues/1862). So, each template instead has a template_gitignore
#
file which gets renamed after the files are copied. And so any files that need to be excluded in the source
#
repo have to be excluded here.
/
templates
/
*
/
node_modules
/
/
templates
/
*
/
wwwroot
/
dist
/
/
templates
/
*
/
ClientApp
/
dist
/
/
templates
/
*
/
yarn.lock
.vscode
/
Back
|
FazBrowse Home
|
New Git URL