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