Skip to content

Commit 245ad8d

Browse files
authored
Initial commit
0 parents  commit 245ad8d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.eunit
2+
*.o
3+
*.beam
4+
*.plt
5+
erl_crash.dump
6+
.concrete/DEV_MODE
7+
8+
# rebar 2.x
9+
.rebar
10+
rel/example_project
11+
ebin/*.beam
12+
deps
13+
14+
# rebar 3
15+
.rebar3
16+
_build/
17+
_checkouts/

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# examples
2+
A one-stop shop for lots of LFE examples, some small, some not

0 commit comments

Comments
 (0)