forked from hedra-digital/hedra-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 767 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 767 Bytes
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
51
/public/assets/*
/.project
/.loadpath
/config/additional_environment.rb
/config/configuration.yml
/config/database.yml
/config/email.yml
/config/config.yml
/config/initializers/session_store.rb
/config/development.sphinx.conf
/coverage
/db/*.db
/db/*.sqlite3
/files/*
/lib/redmine/scm/adapters/mercurial/redminehelper.pyc
/lib/redmine/scm/adapters/mercurial/redminehelper.pyo
/log/*.log*
/log/mongrel_debug
/public/dispatch.*
/public/plugin_assets
/tmp/*
/tmp/cache/*
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
/vendor/cache
/vendor/rails
*.rbc
.rvmrc
/.AppleDouble/*
/.bundle
/Gemfile.local
/public/uploads/
/private
.DS_Store
zeus.json
/db/sphinx/
/log/searchd.development.pid
.vagrant
Vagrantfile
*.notes
/public/tmp
rubocop_output.html
# Vim buffers
*.swp