This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2025-01-04 13:55:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
91654d4e53
gitignore
/
Elixir.gitignore
9 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore for Elixir
2014-05-05 00:27:23 +08:00
/_build
Add /cover to Elixir.gitignore
2015-10-20 03:20:09 +08:00
/cover
Add .gitignore for Elixir
2014-05-05 00:27:23 +08:00
/deps
Updates Elixir gitignore file Official `elixir`'s `gitignore` after running `mix new` contains these two lines: > # Where 3rd-party dependencies like ExDoc output generated docs. > /doc > # Ignore .fetch files in case you like to edit your project deps locally. > /.fetch They are missing at the moment.
2017-07-08 20:48:59 +08:00
/doc
/.fetch
Add .gitignore for Elixir
2014-05-05 00:27:23 +08:00
erl_crash.dump
*.ez
Update Elixir.gitignore This should really ignore compiled .beam files as well
2016-10-12 08:36:46 +08:00
*.beam
Reference in New Issue
Copy Permalink