Skip to content

Commit b588768

Browse files
committedJan 2, 2014
Bing Ads API Creation
0 parents  commit b588768

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2313
-0
lines changed
 

‎.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.bundle/
2+
log/*.log
3+
pkg/
4+
test/dummy/db/*.sqlite3
5+
test/dummy/log/*.log
6+
test/dummy/tmp/
7+
test/dummy/.sass-cache

‎.project

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>bing-ads-api</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
<nature>com.aptana.projects.webnature</nature>
11+
<nature>org.radrails.rails.core.railsnature</nature>
12+
</natures>
13+
</projectDescription>

0 commit comments

Comments
 (0)
Please sign in to comment.