Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaul Gutierrez Segales <rgs@itevenworks.net>2013-04-01 16:27:21 (GMT)
committer Raul Gutierrez Segales <rgs@itevenworks.net>2013-04-01 16:35:52 (GMT)
commit2c4b6436058c975d77c8c318cf85fb2afc45145f (patch)
tree0ba32f087c5681177a97a5a41e55bfe2e5dd2212
parent3a7b957269a6f3ac06a5051d5643233ea7672e1e (diff)
Add .arcconfig for Turtle Art
Summary: Since we are using arc, we might as well ship the config (it has no credentials) Test Plan: none needed Reviewers: walter Reviewed By: walter Differential Revision: http://phabricator.itevenworks.net/D2
-rw-r--r--.arcconfig4
-rw-r--r--.gitignore1
2 files changed, 4 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 0000000..4c2c94f
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,4 @@
+{
+ "project_id" : "turtleart",
+ "conduit_uri" : "http://phabricator.itevenworks.net/"
+}
diff --git a/.gitignore b/.gitignore
index 794a8b5..f3d74a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-.arcconfig
*.pyc
*~