-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (34 loc) · 927 Bytes
/
.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
/.rspec-local
coverage
# A developer can override the project's .rspec by adding thier own .rspec-local
.rspec-local
/.idea
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
log/*.log
pkg/
/* dummy app for testing an engine */
spec/dummy/db/*.sqlite3
spec/dummy/db/*.sqlite3-journal
spec/dummy/log/*.log
spec/dummy/tmp/
spec/dummy/.sass-cache
spec/dummy/app/views
.byebug_history
# Ignore direnv config file https://github.com/direnv/direnv
# (note, this is different to the dotenv-rails gem)
.envrc
# Ignore .env file as this may contain actual credentials. The .env.example
# file gets committed which acts as documentation on what environment
# variables will need to be set up (dotenv-rails gem)
.env
# however we do need the spec/dummy env for travis
!spec/dummy/.env
datashift_journey-*.gem