FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonx/.gitignore at main · yinho999/pythonx · GitHub
yinho999
/
pythonx
Public
forked from
livebook-dev/pythonx
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonx
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (18 loc) · 598 Bytes
Breadcrumbs
pythonx
/
.gitignore
Copy path
File metadata and controls
26 lines (18 loc) · 598 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
#
The directory Mix will write compiled artifacts to.
/
_build
/
#
If you run "mix test --cover", coverage assets end up here.
/
cover
/
#
The directory Mix downloads your dependencies sources to.
/
deps
/
#
Where third-party dependencies like ExDoc output generated docs.
/
doc
/
#
If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
#
Also ignore archive artifacts (built via "mix archive.build").
*
.ez
#
Ignore package tarball (built via "mix hex.build").
pythonx-
*
.tar
#
Temporary files, for example, from tests.
/
tmp
/
#
Checksums for precompile binaries.
/
checksum.exs
Back
|
FazBrowse Home
|
New Git URL