forked from ericallam/docrails
-
-
Notifications
You must be signed in to change notification settings - Fork 275
/
.gitignore
48 lines (40 loc) · 891 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
45
46
47
48
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
# Check out https://help.github.com/articles/ignoring-files for how to set that up.
.Gemfile
.byebug_history
debug.log
pkg
/.bundle
/dist
/doc/rdoc
/*/doc
/*/test/tmp
/activerecord/sqlnet.log
/activemodel/test/fixtures/fixture_database.sqlite3
/activesupport/test/fixtures/isolation_test
/activestorage/test/service/configurations.yml
/railties/test/500.html
/railties/test/fixtures/tmp
/railties/test/initializer/root/log
/railties/doc
/railties/tmp
/guides/output
/guides/.jekyll-cache
node_modules/
/actionview/log
### https://raw.github.com/github/gitignore/master/Jekyll.gitignore
_site/
.sass-cache/
vendor/
## rack log
log/
## wraith
shots/
## Ignore needless files to host
guides/output/kindle
guides/output/dash
guides/archive
# Ignore for direnv
.envrc
## Ignore contributing guide
CONTRIBUTING.md