diff options
author | gitlabhq <m@gitlabhq.com> | 2011-10-09 00:34:49 +0300 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-10-09 00:34:49 +0300 |
commit | 93efff945215a4407afcaf0cba15ac601b56df0d (patch) | |
tree | d6928b62f6e9e65ef9fee96c4e3c70330a67c813 /.gitignore | |
download | gitlab-ce-93efff945215a4407afcaf0cba15ac601b56df0d.tar.gz |
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..c83fcb6871d --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.bundle +.rbx/ +db/*.sqlite3 +log/*.log +tmp/ +.sass-cache/ +coverage/* +*.swp +public/uploads/ |