Skip to content

Commit

Permalink
Updated ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Nov 29, 2023
1 parent 7421e48 commit 622959d
Showing 1 changed file with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,39 @@
.rebar3
_*
# erlang
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.concrete/DEV_MODE

# rebar 2.x
.rebar
logs
_build
.idea
*.iml
rel/example_project
ebin/*.beam
deps

# rebar 3
.rebar3
rebar3.crashdump
_build/
_checkouts/
rebar.lock

# emacs
*~
\#*\#
.\#*
.emacs.desktop
.emacs.desktop.lock

# vim
*.swp
*.swo

# apple
.DS_Store

# misc
/priv/images/drafts/*
/doc/*
/priv/output/*

0 comments on commit 622959d

Please sign in to comment.