-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
98 lines (81 loc) · 1.91 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#----------------------------------------------------------------------------
# Ignore these files when commiting to a git repository.
#
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# The original version of this file is found here:
# https://github.com/RailsApps/rails-composer/blob/master/files/gitignore.txt
#
# Corrections? Improvements? Create a GitHub issue:
# http://github.com/RailsApps/rails-composer/issues
#----------------------------------------------------------------------------
# background image which changes based on which project is loaded
public/background.jpg
.DS_Store
._.DS_Store
# bundler state
html/.bundle
html/vendor/bundle/
html/vendor/ruby/
# minimal Rails specific artifacts
html/db/*.sqlite3
html/db/*.sqlite3-journal
html/log/*
html/tmp/*
# various artifacts
**.war
*.rbc
*.sassc
.rspec
.redcar/
.sass-cache
html/config/config.yml
html/config/database.yml
html/coverage.data
html/coverage/
html/db/*.javadb/
html/db/*.sqlite3
html/doc/api/
html/doc/app/
html/doc/features.html
html/doc/specs.html
html/public/cache
html/public/stylesheets/compiled
html/public/system/*
html/spec/tmp/*
html/cache
html/capybara*
html/capybara-*.html
html/gems
html/specifications
html/build
rerun.txt
pickle-email-*.html
.zeus.sock
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
#
# Here are some files you may want to ignore globally:
# scm revert files
**.orig
# Netbeans project directory
html/nbproject/
# RubyMine project files
.idea
# Textmate project files
/*.tmproj
# vim artifacts
**.swp
# Environment files that may contain sensitive data
.env
.powenv
.vagrant
#npm
node_modules
#dump
dump
html/public/dcic_docs/*
!html/public/dcic_docs/Mobile_AD
scripts/data_clearning/.ipynb_checkpoints
html/config/secrets.yml