-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
60 lines (59 loc) · 1.08 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
51
52
53
54
55
56
57
58
59
/redmine_polls/
/redmine_multi_calendar/
/redmine_blocks/
/.codeintel/config
*.orig
*.svn
*.swp
*~
/changed_files
/backup
/nbproject
/.project
/.loadpath
/config/additional_environment.rb
/config/configuration.yml
/config/database.yml
/config/email.yml
/config/initializers/session_store.rb
/config/initializers/secret_token.rb
/config/local_env.yml
/coverage
/db/*.db
/db/*.sqlite3
/db/*.sqlite
/db/*.sqlite-journal
/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/pdf/*
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
/tmp/thumbnails/*
/vendor/
*.rbc
*.*DS_Store
*._*
/.bundle
/Gemfile.local
/redmine_development
app/views/timelog/.fuse_hidden00000d6f00000002
test/functional/.fuse_hidden00000e7900000005
public/images/logo_e-science_network.png
public/system/attachments/development/files/*
*.haml
plugins/redmine_reddrop/
/plugins/redmine_social/test/*/coverage
/test/*/coverage
/.byebug_history
*.kdev4
/Passengerfile.json
/.idea/
test/reports