This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-05 11:28:50 +01:00
Code
Issues
Releases
Wiki
Activity
4bff4a2986
gitignore
/
Elixir.gitignore
9 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore for Elixir
2014-05-04 18:27:23 +02:00
/_build
Add /cover to Elixir.gitignore
2015-10-19 21:20:09 +02:00
/cover
Add .gitignore for Elixir
2014-05-04 18:27:23 +02: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 14:48:59 +02:00
/doc
/.fetch
Add .gitignore for Elixir
2014-05-04 18:27:23 +02:00
erl_crash.dump
*.ez
Update Elixir.gitignore This should really ignore compiled .beam files as well
2016-10-12 02:36:46 +02:00
*.beam
Reference in New Issue
Copy Permalink