gitlabhq/.gitignore

31 lines
399 B
Plaintext
Raw Permalink Normal View History

2011-10-08 23:34:49 +02:00
.bundle
.rbx/
db/*.sqlite3
db/*.sqlite3-journal
log/*.log*
2011-10-08 23:34:49 +02:00
tmp/
.sass-cache/
coverage/*
2012-07-19 11:52:28 +02:00
backups/*
2011-10-08 23:34:49 +02:00
*.swp
public/uploads/
2011-12-11 01:41:05 +01:00
.rvmrc
.rbenv-version
2012-01-01 18:43:08 +01:00
.directory
nohup.out
2012-02-13 09:39:35 +01:00
Vagrantfile
.vagrant
2011-12-12 20:49:40 +01:00
config/gitlab.yml
config/database.yml
config/initializers/omniauth.rb
2012-04-04 00:02:54 +02:00
config/unicorn.rb
config/resque.yml
config/aws.yml
db/data.yml
.idea
.DS_Store
2012-09-05 22:22:33 +02:00
.chef
vendor/bundle/*
2013-01-03 20:09:18 +01:00
rails_best_practices_output.html
2013-02-09 14:26:47 +01:00
doc/code/*