FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cli-tools/.gitignore at master · profullstack/cli-tools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
profullstack
/
cli-tools
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cli-tools
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (19 loc) · 685 Bytes
Breadcrumbs
cli-tools
/
.gitignore
Copy path
File metadata and controls
23 lines (19 loc) · 685 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
node_modules
/
*
.log
.DS_Store
#
Your blog identity: byline, rel="me" links, analytics and ad account ids.
#
Belongs in ~/.config/cli-tools/blog.json, never in the repository.
blog.config.json
#
API keys. These belong in ~/.config/cli-tools/credentials.json, 0600, and
#
never in a repository — see `cli-tools config`.
credentials.json
#
Local environment and credentials, in every form they usually turn up in.
.env
.env.
*
!
.env.example
*
.pem
*
.key
#
Third-party binaries the installer fetches (codeburn, the Stripe CLI). They
#
land in the checkout that owns the links, which for a contributor is this
#
repo, so without this a 37MB stripe binary shows up as untracked.
vendor
/
Back
|
FazBrowse Home
|
New Git URL