Skip to content

Commit

Permalink
Add .gitignore for each example
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed May 10, 2021
1 parent 42923d2 commit d18fa0f
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
*.swp
examples/chat/chat
examples/chat-with-mdns/chat-with-mdns
examples/chat-with-rendezvous/chat-with-rendezvous
examples/chat-with-rendezvous/chat
examples/echo/echo
examples/http-proxy/http-proxy
examples/libp2p-host/libp2p-host
examples/multipro/multipro
examples/pubsub/chat
examples/relay/relay
examples/routed-echo/routed-echo
.idea
1 change: 1 addition & 0 deletions examples/chat-with-mdns/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chat-with-mdns
1 change: 1 addition & 0 deletions examples/chat-with-rendezvous/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chat-with-rendezvous
1 change: 1 addition & 0 deletions examples/chat/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chat
1 change: 1 addition & 0 deletions examples/echo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo
1 change: 1 addition & 0 deletions examples/http-proxy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http-proxy
1 change: 1 addition & 0 deletions examples/ipfs-camp-2019/01-Transports/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01-Transports
1 change: 1 addition & 0 deletions examples/ipfs-camp-2019/02-Multiaddrs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
02-Multiaddrs
1 change: 1 addition & 0 deletions examples/ipfs-camp-2019/03-Muxing-Encryption/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
03-Muxing-Encryption
1 change: 1 addition & 0 deletions examples/ipfs-camp-2019/05-Discovery/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
05-Discovery
1 change: 1 addition & 0 deletions examples/ipfs-camp-2019/06-Pubsub/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
06-Pubsub
1 change: 1 addition & 0 deletions examples/ipfs-camp-2019/07-Messaging/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
07-Messaging
1 change: 1 addition & 0 deletions examples/ipfs-camp-2019/08-End/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
08-End
1 change: 1 addition & 0 deletions examples/libp2p-host/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libp2p-host
1 change: 1 addition & 0 deletions examples/multipro/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
multipro
1 change: 1 addition & 0 deletions examples/pubsub/chat/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chat
1 change: 1 addition & 0 deletions examples/relay/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
relay
1 change: 1 addition & 0 deletions examples/routed-echo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
routed-echo

0 comments on commit d18fa0f

Please sign in to comment.