Merge branch 'master' into 176879873-fix-travis-tests
This commit is contained in:
commit
27fa018670
2 changed files with 99 additions and 0 deletions
79
.gitignore
vendored
79
.gitignore
vendored
|
|
@ -1,3 +1,23 @@
|
||||||
|
# Global, for Macs
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Compiled Python files
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Folder view configuration files
|
||||||
|
.DS_Store
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# Thumbnail cache files
|
||||||
|
._*
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Files that might appear on external disks
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
|
||||||
|
|
||||||
|
# Legacy from before Feb 2021
|
||||||
/db/test.sqlite3-journal
|
/db/test.sqlite3-journal
|
||||||
config/application.rb
|
config/application.rb
|
||||||
config/config.yml
|
config/config.yml
|
||||||
|
|
@ -42,3 +62,62 @@ docker-compose.override.yml
|
||||||
osem_development
|
osem_development
|
||||||
osem_test
|
osem_test
|
||||||
config/local_env.yml
|
config/local_env.yml
|
||||||
|
|
||||||
|
# From GitHub, for Ruby
|
||||||
|
# https://github.com/github/gitignore/blob/master/Ruby.gitignore
|
||||||
|
*.gem
|
||||||
|
*.rbc
|
||||||
|
/.config
|
||||||
|
/coverage/
|
||||||
|
/InstalledFiles
|
||||||
|
/pkg/
|
||||||
|
/spec/reports/
|
||||||
|
/spec/examples.txt
|
||||||
|
/test/tmp/
|
||||||
|
/test/version_tmp/
|
||||||
|
/tmp/
|
||||||
|
|
||||||
|
# Used by dotenv library to load environment variables.
|
||||||
|
# .env
|
||||||
|
|
||||||
|
# Ignore Byebug command history file.
|
||||||
|
.byebug_history
|
||||||
|
|
||||||
|
## Specific to RubyMotion:
|
||||||
|
.dat*
|
||||||
|
.repl_history
|
||||||
|
build/
|
||||||
|
*.bridgesupport
|
||||||
|
build-iPhoneOS/
|
||||||
|
build-iPhoneSimulator/
|
||||||
|
|
||||||
|
## Specific to RubyMotion (use of CocoaPods):
|
||||||
|
#
|
||||||
|
# We recommend against adding the Pods directory to your .gitignore. However
|
||||||
|
# you should judge for yourself, the pros and cons are mentioned at:
|
||||||
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
||||||
|
#
|
||||||
|
# vendor/Pods/
|
||||||
|
|
||||||
|
## Documentation cache and generated files:
|
||||||
|
/.yardoc/
|
||||||
|
/_yardoc/
|
||||||
|
/doc/
|
||||||
|
/rdoc/
|
||||||
|
|
||||||
|
## Environment normalization:
|
||||||
|
/.bundle/
|
||||||
|
/vendor/bundle
|
||||||
|
/lib/bundler/man/
|
||||||
|
|
||||||
|
# for a library or gem, you might want to ignore these files since the code is
|
||||||
|
# intended to run in multiple environments; otherwise, check them in:
|
||||||
|
# Gemfile.lock
|
||||||
|
# .ruby-version
|
||||||
|
# .ruby-gemset
|
||||||
|
|
||||||
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||||
|
.rvmrc
|
||||||
|
|
||||||
|
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
|
||||||
|
.rubocop-https?--*
|
||||||
|
|
|
||||||
20
info.yml
Normal file
20
info.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
project:
|
||||||
|
name: 'snapcon'
|
||||||
|
owner: 'cs169'
|
||||||
|
teamId: '5'
|
||||||
|
identities:
|
||||||
|
pivotal:
|
||||||
|
url: 'https://www.pivotaltracker.com/n/projects/2487653'
|
||||||
|
heroku:
|
||||||
|
url: 'https://cs169l-sp2021-snapcon.herokuapp.com'
|
||||||
|
travis:
|
||||||
|
url: 'https://travis-ci.com/github/CactusPuppy/snapcon'
|
||||||
|
codeclimate:
|
||||||
|
url: 'https://codeclimate.com/github/CactusPuppy/snapcon'
|
||||||
|
members:
|
||||||
|
member1:
|
||||||
|
name: 'Coby'
|
||||||
|
surname: 'Zhong'
|
||||||
|
githubUsername: 'CactusPuppy'
|
||||||
|
pivotalUsername: 'cobyzhong'
|
||||||
|
herokuEmail: 'coby.zhong@berkeley.edu'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue