Deleted unused ./test directory
[feedcatcher.git] / .gitignore
1 # See https://help.github.com/articles/ignoring-files for more about ignoring files.
2 #
3 # If you find yourself ignoring temporary files generated by your text editor
4 # or operating system, you probably want to add a global ignore instead:
5 # git config --global core.excludesfile '~/.gitignore_global'
6
7 # Ignore bundler config.
8 /.bundle
9
10 # Ignore the default SQLite database.
11 /db/*.sqlite3
12 /db/*.sqlite3-journal
13
14 # Ignore all logfiles and tempfiles.
15 /log/*.log
16 /tmp
17
18 *.rbc
19 *.sassc
20 .sass-cache
21 capybara-*.html
22 .rspec
23 /log
24 /tmp
25 /db/*.sqlite3
26 /public/system
27 /coverage/
28 /spec/tmp
29 **.orig
30 rerun.txt
31 pickle-email-*.html
32 config/initializers/secret_token.rb
33 config/secrets.yml
34
35 config/database.yml
36 config/deploy.rb
37
38 ## Environment normalisation:
39 /.bundle
40 /vendor/bundle
41
42 # these should all be checked in to normalise the environment:
43 # Gemfile.lock, .ruby-version, .ruby-gemset
44
45 # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
46 .rvmrc