Skip to content

Commit 1c3e889

Browse files
committed
Add .gitignore to examples (thanks @deyceg)
1 parent d0bdf3d commit 1c3e889

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

examples/camelcase/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Minimal .gitignore, you'd probably want to add project folders and so on.
2+
# Perhaps the common dev-folder should be added.
3+
4+
bower_components
5+
node_modules

examples/minimal/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Minimal .gitignore, you'd probably want to add project folders and so on.
2+
# Perhaps the common dev-folder should be added.
3+
4+
bower_components
5+
node_modules

0 commit comments

Comments
 (0)