Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sophie Daringer
webOps_RAST
Commits
5fbc95d6
Commit
5fbc95d6
authored
Feb 26, 2020
by
Tobias Kuhn
Browse files
add things
parent
1f14c599
Changes
5
Hide whitespace changes
Inline
Side-by-side
.browserslistrc
0 → 100644
View file @
5fbc95d6
defaults
.env
0 → 100644
View file @
5fbc95d6
OVERMIND_PROCFILE=Procfile.dev
.gitignore
0 → 100644
View file @
5fbc95d6
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
/db/*.sqlite3-*
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore uploaded files in development.
/storage/*
!/storage/.keep
/public/assets
.byebug_history
# Ignore master key for decrypting credentials and more.
/config/master.key
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
.rspec
0 → 100644
View file @
5fbc95d6
--require spec_helper
.ruby-version
0 → 100644
View file @
5fbc95d6
ruby-2.6.3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment