aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-03-09 19:48:53 +0900
committerre4k <re4k@re4k.info>2013-03-09 19:48:53 +0900
commit11d5c2683fe0f296280fa4b717db92b1d358d704 (patch)
treeeeb7b773f072a668ab6668f99162dcdc9932c132 /.gitignore
parent4ba0b50fc998c9b47b74adc31b6422f7dddcd199 (diff)
downloadaclog-11d5c2683fe0f296280fa4b717db92b1d358d704.tar.gz
* Fix #1
* Increase worker
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 19 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index 28797c1..538e5ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1,28 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
-#
-# If you find yourself ignoring temporary files generated by your text editor
-# or operating system, you probably want to add a global ignore instead:
-# git config --global core.excludesfile ~/.gitignore_global
+# Common
+**.orig
-# Ignore bundler config
-.bundle
+# Linux
+.*
+!.gitignore
+*~
-# Ignore the default SQLite database.
-web/db/*.sqlite3
+# SASS
+*.sass-cache
+*.sassc
-# Ignore all logfiles and tempfiles.
-web/log/*.log
-web/tmp
+# Rails
+*.rbc
+/vendor/bundle
+/log/*
+/tmp/*
+/spec/tmp/*
-web/config/settings.local.yml
-web/config/settings/*.local.yml
-web/config/environments/*.local.yml
-web/config/initializers/secret_token.local.rb
+/config/settings.local.yml
+/config/settings/*.local.yml
+/config/environments/*.local.yml
+/config/initializers/secret_token.local.rb
# dotcloud
/dotcloud.yml
/supervisord.conf
-.dotcloud