Skip to content

Commit 7e35735

Browse files
authored
Merge pull request #932 from codeRIT/develop
Deploy BrickHack 7 preview to production
2 parents e0f0f94 + 80dd71b commit 7e35735

387 files changed

Lines changed: 15604 additions & 8653 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildpacks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/mars/create-react-app-buildpack.git

.codeclimate.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.csslintrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.editorconfig

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
root = true
22

3-
[*]
3+
[./src/*.scss]
44
indent_style = space
5-
indent_size = 2
6-
end_of_line = lf
5+
indent_size = 4
76
charset = utf-8
8-
trim_trailing_whitespace = true
7+
trim_trailing_whitespace = false
98
insert_final_newline = true
10-
11-
[*.{sh,markdown}]
12-
indent_size = 4

.env.sample

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 24 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,24 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
2-
#
3-
# If you find yourself ignoring temporary files generated by your text editor
4-
# or operating system, you probably want to add a global ignore instead:
5-
# git config --global core.excludesfile ~/.gitignore_global
6-
7-
# Ignore bundler config
8-
/.bundle
9-
10-
# Ignore the default SQLite database.
11-
/db/*.sqlite3
12-
13-
# Ignore all logfiles and tempfiles.
14-
/log/*.log
15-
/tmp
16-
17-
# Created by https://www.gitignore.io
18-
19-
### Sass ###
20-
.sass-cache
21-
*.css.map
22-
23-
24-
### Ruby ###
25-
#*.gem
26-
*.rbc
27-
/.config
28-
/coverage/
29-
/InstalledFiles
30-
/pkg/
31-
/spec/reports/
32-
/test/tmp/
33-
/test/version_tmp/
34-
/tmp/
35-
36-
## Specific to RubyMotion:
37-
.dat*
38-
.repl_history
39-
build/
40-
41-
## Documentation cache and generated files:
42-
/.yardoc/
43-
/_yardoc/
44-
/doc/
45-
/rdoc/
46-
47-
## Environment normalisation:
48-
/.bundle/
49-
/lib/bundler/man/
50-
51-
# for a library or gem, you might want to ignore these files since the code is
52-
# intended to run in multiple environments; otherwise, check them in:
53-
# Gemfile.lock
54-
# .ruby-version
55-
# .ruby-gemset
56-
57-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
58-
.rvmrc
59-
60-
61-
### Rails ###
62-
*.rbc
63-
capybara-*.html
64-
.rspec
65-
/log
66-
/tmp
67-
/db/*.sqlite3
68-
/public/system
69-
/coverage/
70-
/spec/tmp
71-
**.orig
72-
rerun.txt
73-
pickle-email-*.html
74-
75-
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
76-
config/initializers/secret_token.rb
77-
78-
## Environment normalisation:
79-
/.bundle
80-
# /vendor/bundle
81-
82-
# these should all be checked in to normalise the environment:
83-
# Gemfile.lock, .ruby-version, .ruby-gemset
84-
85-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
86-
.rvmrc
87-
88-
# if using bower-rails ignore default bower_components path bower.json files
89-
/vendor/assets/bower_components
90-
*.bowerrc
91-
bower.json
92-
93-
# get rid of rubymine files
94-
/.idea/*
95-
96-
# don't commit local env vars
97-
.env
98-
99-
# Mac stuff
100-
*.DS_Store
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
24+
yarn.lock

.hound.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.rubocop.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)