-
Notifications
You must be signed in to change notification settings - Fork 353
/
.gitignore
77 lines (66 loc) · 1.18 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
.npm/_update-notifier-last-checked
.npm/_cacache/
.npm/_logs/
.npm/_npx
.idea
/doc/
/log/*.log
/pkg/
/tmp/
demo/db/*.sqlite3
demo/db/*.sqlite3-shm
demo/db/*.sqlite3-wal
demo/doc/screenshots/**/*.diff.png
demo/doc/screenshots/**/*.base.png
demo/log/*.log
demo/storage
demo/tmp/
test/dummy/
*.gem
.rbenv-gemsets
*.swp
/Gemfile.lock
test/gemfiles/*.lock
gemfiles/*.lock
/.ruby-version
Vagrantfile
.vagrant
**/.yarn/**/cache
**/.yarn/install-state.gz
**/.yarn/unplugged
# For the demo app.
demo/public/assets
**/.byebug_history
# Ignore master key for decrypting credentials and more.
demo/config/master.key
demo/public/packs
demo/public/packs-test
demo/app/assets/builds/*
!demo/app/assets/builds/.keep
demo/node_modules
demo/yarn-error.log
demo/yarn-debug.log*
demo/.yarn-integrity
demo/vendor/bundle
# For stuff that gets created if using the Dockerfile image
/.bundle/
.cache/
vendor/bundle
# or .local/share/pry/pry_history if you need to be more exact
.local/
.irb_history
.rdbg_history
.byebug_history
# For Debian images with Bash
.bash_history
# For Alpine images
.ash_history
.sqlite_history
compose.override.yml
docker-compose.override.yml
.vscode-server/
.dotnet/
.gnupg/
.ssh/
.gitconfig
.gk/