-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
87 lines (77 loc) · 1.12 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
# Application Configuration Ignores
/vendor/bundle
.rvmrc
.eslintcache
.stylelintcache
/.bundle
.project
.idea/*
.vscode/*
config/initializers/secret_token.rb
public/robots.txt
*.env
.sentryclirc
storage
# DB Ignores
/db/*.sqlite3
config/development.sphinx.conf
/db/sphinx/
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
mysql-connector-java-5.1.15-bin.jar
# Asset Ignores
/public/system/*
/public/js/*
public/uploads*
/public/sitemap.xml
/public/sitemap.xml.gz
/public/tfs-sw.js*
/public/workbox*
assets.js
tfs-sw.js
# Error and Logging Ignores
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
.byebug_history
# Caching Ignores
*.sassc
.sass-cache
# File System Ignores
.DS_Store
/public/assets/
/cache/*
.powenv
.ruby-gemset
# Misc Ignores
*.rbc
*.swp
capybara-*.html
*.old
blog_core.*
/public/*.jpg
/public/*.png
/public/tmp
/public/uploads
/public/cache/*
rails_best_practices_output.html
# React on Rails
npm-debug.log*
node_modules
.rake_tasks
# Generated js bundles
/public/webpack/*
/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
.yarn-integrity
.vscode/launch.json
# Testing
/test-reports/*
# SSH
id_rsa