-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (53 loc) · 857 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
## Documentation cache and generated files:
/doc/
## test results
/spec/examples.txt
spec/reports
## code coverage
/coverage/
## TODO
todo.txt
## Visual Studio code
./.vscode
## temp files
/tmp/
## Ruby gems
/vendor/
*.gem
## Bundler config contains local state
.config
data/
public/csv/*
# Ignore bundler config
/.bundle
/cache
/coverage/*
/public/assets/*
/bundle/*
# Ignore the default SQLite database and db dumps
*.sql
*.sql.gz
/db/*.sqlite3
/db/structure.sql
/db/schema.rb
# Ignore byebug history
/.byebug_history
# .procfile
.procfile
# exclude our git version file for now
config/version.rb
# ignore the Ruby Version manager (rvm)
.rvmrc
.ruby-version
.ruby-gemset
.rbenv
bundler_stubs/*
vendor/bundle/*
*.db
# ignore nodejs files
/node_modules
/package-lock.json
spec/rspec.txt
log/bullet.log
.vscode/launch.json
.vscode/settings.json