diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 18:06:26 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 18:06:26 +0200 |
| commit | 0167b1a500ab074de2f01358d469f784477ca9f1 (patch) | |
| tree | 1eaf96978955ebd4fdb17de813610507aa745a43 /.gitignore | |
| parent | add memcached; check if login exists else return 404 (diff) | |
| download | stargit-0167b1a500ab074de2f01358d469f784477ca9f1.tar.gz | |
add .gitignore
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe0a48c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +environments/production.yml +app.psgi +public/flash/ +lib/Graph/ +logs/ |
