Handle not ready repos
[gitorious.git] / .gitignore
blob11bc96fa96386cfd217165376988b8d460ae3dbc
1 # Files to ignore from Gitorious' Git repository. Only add project
2 # artefacts to this file (i.e. generated files, config files etc that
3 # is likely to be present in most, if not all, Gitorious setups).
4 # Private things like .DS_Store, todo files etc should go in
5 # .git/info/excludes
7 .bundle/
8 .vagrant/
9 coverage/*
10 config/authentication.yml
11 config/database.yml
12 config/gitorious.yml
13 config/gitorious.overrides.yml
14 config/memcache.yml
15 config/resque.yml
16 config/smtp.yml
17 config/unicorn.rb
18 config/*.sphinx.conf
19 data/hooks/custom-pre-receive
20 data/hooks/custom-post-receive
21 data/hooks/custom-update
22 db/sphinx/*
23 log/
24 public/javascripts/all.js
25 public/stylesheets/gts-common.css
26 public/images/sites/*
27 public/stylesheets/all.css
28 public/stylesheets/gts-external.css
29 public/stylesheets/sites/*
30 public/javascripts/sites/*
31 public/system/avatars
32 public/system/group_avatars
33 public/assets
34 test/reports
36 # Official Puppet installer artefacts
37 tmp/bundles_installed
38 tmp/database_populated
39 tmp/ownership
41 # Bundled gems
42 vendor/bundle/
44 .sass-cache
45 engines
47 test/fixtures/issues
49 # custom environment file used by bin/* scripts (source chruby/rvm in it)
50 bin/.env